Home
last modified time | relevance | path

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

123

/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewPool.java38 private final LayoutInflater mInflater; field in ViewPool
48 mInflater = LayoutInflater.from(context); in ViewPool()
63 LayoutInflater inflater = mInflater.cloneInContext(mInflater.getContext()); in initPool()
101 return inflateNewView(mInflater); in getView()
/packages/apps/Settings/src/com/android/settings/network/
DResetNetworkRestrictionViewBuilder.java44 protected LayoutInflater mInflater; field in ResetNetworkRestrictionViewBuilder
63 mInflater = inflater; in setLayoutInflater()
91 if (mInflater != null) { in getLayoutInflater()
92 return mInflater; in getLayoutInflater()
/packages/apps/Settings/src/com/android/settings/applications/appops/
DBackgroundCheckSummary.java34 private LayoutInflater mInflater; field in BackgroundCheckSummary
50 mInflater = inflater; in onCreateView()
52 View rootView = mInflater.inflate(R.layout.background_check_summary, in onCreateView()
/packages/apps/Stk/src/com/android/stk/
DStkMenuAdapter.java35 private final LayoutInflater mInflater; field in StkMenuAdapter
41 mInflater = LayoutInflater.from(context); in StkMenuAdapter()
50 convertView = mInflater.inflate(R.layout.stk_menu_item, parent, in getView()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DTableView.java43 private final LayoutInflater mInflater; field in TableView
60 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in TableView()
74 (LinearLayout) mInflater.inflate(R.layout.inspector_section_title, null); in putTitle()
93 KeyValueRow row = (KeyValueRow) mInflater.inflate(R.layout.table_key_value_row, null); in createKeyValueRow()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DAppListAdapter.java37 private final LayoutInflater mInflater; field in AppListAdapter
41 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AppListAdapter()
61 view = mInflater.inflate(R.layout.app_grid_item, parent, false); in getView()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
DMtpAdapter.java49 private LayoutInflater mInflater; field in MtpAdapter
55 mInflater = LayoutInflater.from(context); in MtpAdapter()
142 imageView = (MtpThumbnailTileView) mInflater.inflate( in getView()
153 dateTile = (DateTileView) mInflater.inflate( in getView()
DMtpPagerAdapter.java39 private LayoutInflater mInflater; field in MtpPagerAdapter
49 mInflater = LayoutInflater.from(context); in MtpPagerAdapter()
102 v = (MtpFullscreenView) mInflater.inflate(R.layout.ingest_fullsize, container, false); in instantiateItem()
/packages/apps/Gallery2/src/com/android/photos/adapters/
DPhotoThumbnailAdapter.java35 private LayoutInflater mInflater; field in PhotoThumbnailAdapter
40 mInflater = LayoutInflater.from(context); in PhotoThumbnailAdapter()
59 View view = mInflater.inflate(R.layout.photo_set_item, parent, false); in newView()
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerAdapter.java60 private final LayoutInflater mInflater; field in DrawerAdapter
92 mInflater = LayoutInflater.from(activity); in DrawerAdapter()
213 result = mInflater.inflate(layoutResID, parent, false); in getBaseItemView()
220 result = mInflater.inflate(R.layout.drawer_primary_item, parent, false); in getPrimaryItemView()
238 result = mInflater.inflate(R.layout.drawer_header, parent, false); in getHeaderItemView()
248 result = mInflater.inflate(R.layout.drawer_item, parent, false); in getGroupEntryView()
270 result = mInflater.inflate(R.layout.drawer_item, parent, false); in getAccountItemView()
296 result = mInflater.inflate(R.layout.drawer_item, parent, false); in getDrawerItemView()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseLauncherAppWidgetHostView.java48 protected final LayoutInflater mInflater; field in BaseLauncherAppWidgetHostView
71 mInflater = LayoutInflater.from(context); in BaseLauncherAppWidgetHostView()
77 return mInflater.inflate(R.layout.appwidget_error, this, false); in getErrorView()
/packages/apps/Messaging/src/com/android/messaging/ui/
DVCardDetailAdapter.java35 private final LayoutInflater mInflater; field in VCardDetailAdapter
39 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in VCardDetailAdapter()
115 final PersonItemView v = (PersonItemView) mInflater.inflate(R.layout.people_list_item_view, in instantiateView()
/packages/apps/Settings/src/com/android/settings/accessibility/
DListDialogPreference.java261 private LayoutInflater mInflater; field in ListDialogPreference.ListPreferenceAdapter
286 if (mInflater == null) { in getView()
287 mInflater = LayoutInflater.from(parent.getContext()); in getView()
289 convertView = mInflater.inflate(mListItemLayout, parent, false); in getView()
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountsListAdapter.java40 private final LayoutInflater mInflater; field in AccountsListAdapter
58 mInflater = LayoutInflater.from(context); in AccountsListAdapter()
89 mInflater.inflate(mCustomLayout > 0 ? mCustomLayout : in getView()
/packages/apps/ThemePicker/src/com/android/customization/picker/
DBasePreviewAdapter.java49 private final LayoutInflater mInflater; field in BasePreviewAdapter
55 mInflater = LayoutInflater.from(mContext); in BasePreviewAdapter()
78 CardView card = (CardView) mInflater.inflate(mPreviewCardResId, container, false); in instantiateItem()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/adapters/
DTermsListAdapter.java53 private final LayoutInflater mInflater; field in TermsListAdapter
66 mInflater = requireNonNull(layoutInflater); in TermsListAdapter()
89 View rootView = mInflater.inflate( in createRegularDisclaimerView()
97 View rootView = mInflater.inflate( in createGeneralDisclaimerView()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppGridAdapter.java54 private final LayoutInflater mInflater; field in AppGridAdapter
98 mInflater = layoutInflater; in AppGridAdapter()
115 mInflater = LayoutInflater.from(context); in AppGridAdapter()
187 mInflater.inflate(R.layout.recent_apps_row, parent, /* attachToRoot= */ false); in onCreateViewHolder()
190 View view = mInflater.inflate(R.layout.app_item, parent, /* attachToRoot= */ false); in onCreateViewHolder()
/packages/apps/Settings/src/com/android/settings/development/storage/
DLeaseInfoListView.java57 private LayoutInflater mInflater; field in LeaseInfoListView
64 mInflater = (LayoutInflater) getSystemService(LayoutInflater.class); in onCreate()
93 final LinearLayout headerView = (LinearLayout) mInflater.inflate( in getHeaderView()
159 mInflater, convertView);
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DHeaderViewHolder.kt36 class Factory internal constructor(private val mInflater: LayoutInflater) constant in com.android.deskclock.ringtone.Factory
39 return HeaderViewHolder(mInflater.inflate(viewType, parent, false)) in createViewHolder()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DOtherSettingsPopup.java52 LayoutInflater mInflater; field in OtherSettingsPopup.OtherSettingsAdapter
56 mInflater = LayoutInflater.from(getContext()); in OtherSettingsAdapter()
80 mInflater.inflate(viewLayoutId, parent, false); in getView()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java64 private final LayoutInflater mInflater; field in CarNotificationViewAdapter
98 mInflater = LayoutInflater.from(context); in CarNotificationViewAdapter()
132 view = mInflater.inflate(R.layout.notification_header_template, parent, false); in onCreateViewHolderImpl()
137 view = mInflater.inflate(R.layout.notification_footer_template, parent, false); in onCreateViewHolderImpl()
142 view = mInflater.inflate(R.layout.notification_recents_template, parent, false); in onCreateViewHolderImpl()
147 view = mInflater.inflate(R.layout.notification_older_template, parent, false); in onCreateViewHolderImpl()
154 view = mInflater.inflate( in onCreateViewHolderImpl()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.kt46 private val mInflater: LayoutInflater constant
128 v = mInflater.inflate(R.layout.actionbar_pulldown_menu_top_button, parent, false) in getView()
161 v = mInflater.inflate( in getView()
198 var v: View? = mInflater.inflate(R.layout.actionbar_pulldown_menu_button, parent, false) in getDropDownView()
361 mInflater = context.getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater in <lambda>()
/packages/apps/Settings/src/com/android/settings/sim/
DSimListDialogFragment.java189 private LayoutInflater mInflater; field in SimListDialogFragment.SelectSubscriptionAdapter
219 if (mInflater == null) { in getView()
220 mInflater = LayoutInflater.from(parent.getContext()); in getView()
222 convertView = mInflater.inflate(R.layout.select_account_list_item, parent, false); in getView()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryActionBar.java52 private LayoutInflater mInflater; field in GalleryActionBar
130 convertView = mInflater.inflate(R.layout.action_bar_text, in getView()
158 convertView = mInflater.inflate(R.layout.action_bar_two_line_text, in getView()
170 convertView = mInflater.inflate(R.layout.action_bar_text, in getDropDownView()
192 mInflater = ((Activity) mActivity).getLayoutInflater(); in GalleryActionBar()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSectionedAlbumDataAdapter.java38 private final LayoutInflater mInflater; field in SectionedAlbumDataAdapter
46 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in SectionedAlbumDataAdapter()
182 item = mInflater.inflate(mLayout, parent, false); in getView()

123