Home
last modified time | relevance | path

Searched refs:mInflater (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/ecwolf/ecwolf-1.3.3-src/android-libs/launcher/src/com/mobeta/android/dslv/
H A DResourceDragSortCursorAdapter.java39 private LayoutInflater mInflater; field in ResourceDragSortCursorAdapter
58 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ResourceDragSortCursorAdapter()
80 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ResourceDragSortCursorAdapter()
97 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ResourceDragSortCursorAdapter()
108 return mInflater.inflate(mLayout, parent, false); in newView()
113 return mInflater.inflate(mDropDownLayout, parent, false); in newDropDownView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/modelutil/
H A DLayoutViewBuilder.java21 private LayoutInflater mInflater; field in LayoutViewBuilder
36 if (mInflater == null) { in buildView()
37 mInflater = LayoutInflater.from(parent.getContext()); in buildView()
40 T view = (T) mInflater.inflate(mLayoutResId, parent, false); in buildView()
/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/android/src/org/opencpn/
H A DTitleNavigationAdapter.java48 LayoutInflater mInflater = (LayoutInflater) in getView() local
50 convertView = mInflater.inflate(R.layout.list_item_title_navigation, null); in getView()
66 LayoutInflater mInflater = (LayoutInflater) in getDropDownView() local
68 convertView = mInflater.inflate(R.layout.list_item_title_navigation, null); in getDropDownView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/share/android/java/src/org/chromium/components/browser_ui/share/
H A DShareDialogAdapter.java23 private final LayoutInflater mInflater; field in ShareDialogAdapter
33 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ShareDialogAdapter()
41 view = mInflater.inflate(R.layout.share_dialog_item, parent, false); in getView()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/crengine/
H A DDictsDlg.java23 private LayoutInflater mInflater; field in DictsDlg
67 view = mInflater.inflate(res, null); in getView()
138 mInflater = LayoutInflater.from(getContext()); in DictsDlg()
143 View frame = mInflater.inflate(R.layout.dict_list_dialog, null); in DictsDlg()
H A DSearchDlg.java23 private LayoutInflater mInflater; field in SearchDlg
93 view = mInflater.inflate(res, null); in getView()
156 mInflater = LayoutInflater.from(getContext()); in SearchDlg()
157 mDialogView = mInflater.inflate(R.layout.search_dialog, null); in SearchDlg()
H A DBookInfoDialog.java18 private final LayoutInflater mInflater; field in BookInfoDialog
87 …TableRow tableRow = (TableRow)mInflater.inflate(isSection ? R.layout.book_info_section : R.layout.… in addItem()
101 mInflater = LayoutInflater.from(getContext()); in BookInfoDialog()
102 View view = mInflater.inflate(R.layout.book_info_dialog, null); in BookInfoDialog()
H A DOPDSCatalogEditDialog.java13 private final LayoutInflater mInflater; field in OPDSCatalogEditDialog
28 mInflater = LayoutInflater.from(getContext()); in OPDSCatalogEditDialog()
29 View view = mInflater.inflate(R.layout.catalog_edit_dialog, null); in OPDSCatalogEditDialog()
H A DErrorDialog.java13 LayoutInflater mInflater = LayoutInflater.from(getContext()); in ErrorDialog() local
14 ViewGroup layout = (ViewGroup)mInflater.inflate(R.layout.error_msg_dlg, null); in ErrorDialog()
H A DBookSearchDialog.java16 private final LayoutInflater mInflater; field in BookSearchDialog
34 mInflater = LayoutInflater.from(getContext()); in BookSearchDialog()
35 View view = mInflater.inflate(R.layout.book_search_dialog, null); in BookSearchDialog()
H A DBookmarkEditDialog.java15 private final LayoutInflater mInflater; field in BookmarkEditDialog
39 mInflater = LayoutInflater.from(getContext()); in BookmarkEditDialog()
40 View view = mInflater.inflate(R.layout.bookmark_edit_dialog, null); in BookmarkEditDialog()
H A DOnlineStoreLoginDialog.java20 private LayoutInflater mInflater; field in OnlineStoreLoginDialog
52 mInflater = LayoutInflater.from(getContext()); in onCreate()
53 ViewGroup view = (ViewGroup)mInflater.inflate(R.layout.online_store_login_dialog, null); in onCreate()
H A DNoticeDialog.java17 LayoutInflater mInflater = LayoutInflater.from(getContext()); in NoticeDialog() local
18 ViewGroup layout = (ViewGroup) mInflater.inflate(R.layout.notice_dialog, null); in NoticeDialog()
H A DTOCDlg.java25 private LayoutInflater mInflater; field in TOCDlg
111 view = mInflater.inflate(isCurrentItem ? R.layout.toc_item_current : R.layout.toc_item, null); in refreshList()
205 mInflater = LayoutInflater.from(getContext()); in onCreate()
H A DInputDialog.java31 LayoutInflater mInflater = LayoutInflater.from(getContext()); in InputDialog() local
32 ViewGroup layout = (ViewGroup)mInflater.inflate(R.layout.line_edit_dlg, null); in InputDialog()
H A DOnlineStoreNewAccountDialog.java23 private LayoutInflater mInflater; field in OnlineStoreNewAccountDialog
61 mInflater = LayoutInflater.from(getContext()); in onCreate()
62 … ViewGroup view = (ViewGroup)mInflater.inflate(R.layout.online_store_new_account_dialog, null); in onCreate()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/tabs/
H A DTabsLayoutAdapter.java26 private final LayoutInflater mInflater; field in TabsLayoutAdapter
30 mInflater = LayoutInflater.from(mContext); in TabsLayoutAdapter()
94 return (TabsLayoutItemView) mInflater.inflate(mTabLayoutId, parent, false); in newView()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp733 this->mInflater.avail_in = 0; in PMCECompression()
734 this->mInflater.total_in = 0; in PMCECompression()
736 this->mInflater.avail_out = 0; in PMCECompression()
741 this->mInflater.adler = 0; in PMCECompression()
742 this->mInflater.reserved = 0; in PMCECompression()
763 inflateEnd(&mInflater); in ~PMCECompression()
836 mInflater.next_out = mBuffer; in Inflate()
837 mInflater.avail_in = dataLen; in Inflate()
838 mInflater.next_in = data; in Inflate()
849 inflateReset(&mInflater); in Inflate()
[all …]
/dports/www/firefox/firefox-99.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp776 this->mInflater.avail_in = 0; in PMCECompression()
777 this->mInflater.total_in = 0; in PMCECompression()
779 this->mInflater.avail_out = 0; in PMCECompression()
784 this->mInflater.adler = 0; in PMCECompression()
785 this->mInflater.reserved = 0; in PMCECompression()
806 inflateEnd(&mInflater); in ~PMCECompression()
879 mInflater.next_out = mBuffer; in Inflate()
880 mInflater.avail_in = dataLen; in Inflate()
881 mInflater.next_in = data; in Inflate()
892 inflateReset(&mInflater); in Inflate()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp733 this->mInflater.avail_in = 0; in PMCECompression()
734 this->mInflater.total_in = 0; in PMCECompression()
736 this->mInflater.avail_out = 0; in PMCECompression()
741 this->mInflater.adler = 0; in PMCECompression()
742 this->mInflater.reserved = 0; in PMCECompression()
763 inflateEnd(&mInflater); in ~PMCECompression()
836 mInflater.next_out = mBuffer; in Inflate()
837 mInflater.avail_in = dataLen; in Inflate()
838 mInflater.next_in = data; in Inflate()
849 inflateReset(&mInflater); in Inflate()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp728 this->mInflater.avail_in = 0; in PMCECompression()
729 this->mInflater.total_in = 0; in PMCECompression()
731 this->mInflater.avail_out = 0; in PMCECompression()
736 this->mInflater.adler = 0; in PMCECompression()
737 this->mInflater.reserved = 0; in PMCECompression()
758 inflateEnd(&mInflater); in ~PMCECompression()
831 mInflater.next_out = mBuffer; in Inflate()
832 mInflater.avail_in = dataLen; in Inflate()
833 mInflater.next_in = data; in Inflate()
844 inflateReset(&mInflater); in Inflate()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/toolbar/
H A DTabCounter.java35 private final LayoutInflater mInflater; field in TabCounter
54 mInflater = LayoutInflater.from(context); in TabCounter()
151 return mInflater.inflate(mLayoutId, null); in makeView()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp761 inflateEnd(&mInflater); in ~PMCECompression()
833 mInflater.avail_out = kBufferLen; in Inflate()
834 mInflater.next_out = mBuffer; in Inflate()
835 mInflater.avail_in = dataLen; in Inflate()
836 mInflater.next_in = data; in Inflate()
847 inflateReset(&mInflater); in Inflate()
849 mInflater.next_in = saveNextIn; in Inflate()
862 mInflater.avail_out = kBufferLen; in Inflate()
863 mInflater.next_out = mBuffer; in Inflate()
865 if (mInflater.avail_in > 0) { in Inflate()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/websocket/
H A DWebSocketChannel.cpp797 inflateEnd(&mInflater); in ~PMCECompression()
881 mInflater.avail_out = kBufferLen; in Inflate()
882 mInflater.next_out = mBuffer; in Inflate()
883 mInflater.avail_in = dataLen; in Inflate()
884 mInflater.next_in = data; in Inflate()
895 inflateReset(&mInflater); in Inflate()
897 mInflater.next_in = saveNextIn; in Inflate()
910 mInflater.avail_out = kBufferLen; in Inflate()
911 mInflater.next_out = mBuffer; in Inflate()
913 if (mInflater.avail_in > 0) { in Inflate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/appmenu/internal/java/src/org/chromium/chrome/browser/ui/appmenu/
H A DAppMenuAdapter.java102 private final LayoutInflater mInflater; field in AppMenuAdapter
117 mInflater = inflater; in AppMenuAdapter()
184 convertView = mInflater.inflate(
187 convertView = mInflater.inflate(R.layout.menu_item, parent, false);
220 convertView = mInflater.inflate(R.layout.title_button_menu_item, parent, false);
291 convertView = binder.getView(item, convertView, parent, mInflater,
477 convertView = mInflater.inflate(R.layout.icon_row_menu_item, parent, false);

12