Home
last modified time | relevance | path

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

1234

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationViewAdapter.java55 private final LayoutInflater mInflater; field in CarNotificationViewAdapter
80 mInflater = LayoutInflater.from(context); in CarNotificationViewAdapter()
96 view = mInflater.inflate(R.layout.notification_header_template, parent, false); in onCreateViewHolder()
100 view = mInflater.inflate(R.layout.notification_footer_template, parent, false); in onCreateViewHolder()
105 view = mInflater.inflate( in onCreateViewHolder()
110 view = mInflater in onCreateViewHolder()
115 view = mInflater in onCreateViewHolder()
120 view = mInflater.inflate( in onCreateViewHolder()
125 view = mInflater.inflate( in onCreateViewHolder()
132 view = mInflater.inflate( in onCreateViewHolder()
[all …]
DCarHeadsUpNotificationManager.java79 private final LayoutInflater mInflater; field in CarHeadsUpNotificationManager
116 mInflater = LayoutInflater.from(mContext); in CarHeadsUpNotificationManager()
130 return mInflater.inflate(R.layout.headsup_container, null); in createHeadsUpPanel()
310 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()
325 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()
340 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()
355 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()
372 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()
389 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()
410 currentNotification.setNotificationView(mInflater.inflate( in showHeadsUp()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DWaitFragment.java48 private LayoutInflater mInflater; field in WaitFragment
77 mInflater = inflater; in onCreateView()
78 ViewGroup wrapper = (ViewGroup) mInflater in onCreateView()
90 view = mInflater.inflate(R.layout.wait_for_manual_sync, root, false); in getContent()
96 view = mInflater.inflate(R.layout.loading_messages, root, false); in getContent()
98 view = mInflater.inflate(R.layout.wait_default, root, false); in getContent()
DMaterialSearchSuggestionsList.java173 private LayoutInflater mInflater; field in MaterialSearchSuggestionsList.MaterialSearchViewListAdapter
182 if (mInflater == null) { in getInflater()
183 mInflater = LayoutInflater.from(mContext); in getInflater()
185 return mInflater; in getInflater()
/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/Car/Launcher/src/com/android/car/carlauncher/
DAppGridAdapter.java39 private final LayoutInflater mInflater; field in AppGridAdapter
47 mInflater = LayoutInflater.from(context); in AppGridAdapter()
88 mInflater.inflate(R.layout.recent_apps_row, parent, /* attachToRoot= */ false); in onCreateViewHolder()
91 View view = mInflater.inflate(R.layout.app_item, parent, /* attachToRoot= */ false); in onCreateViewHolder()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DFromAddressSpinnerAdapter.java41 private LayoutInflater mInflater; field in FromAddressSpinnerAdapter
49 if (mInflater == null) { in getInflater()
50 mInflater = (LayoutInflater) getContext().getSystemService( in getInflater()
53 return mInflater; in getInflater()
/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/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/adapters/
DTermsListAdapter.java42 private final LayoutInflater mInflater; field in TermsListAdapter
56 mInflater = checkNotNull(layoutInflater); in TermsListAdapter()
104 View groupView = convertView != null ? convertView : mInflater.inflate( in getGroupView()
132 View view = convertView != null ? convertView : mInflater.inflate( in getChildView()
/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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDeviceDetailsFragmentTest.java63 private MenuInflater mInflater; field in BluetoothDeviceDetailsFragmentTest
96 mInflater = new MenuInflater(mContext); in setUp()
108 mFragment.onCreateOptionsMenu(mMenu, mInflater); in getTitle_displayEditTitle()
117 mFragment.onCreateOptionsMenu(mMenu, mInflater); in editMenu_clicked_showDialog()
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DHeaderViewHolder.java45 private final LayoutInflater mInflater; field in HeaderViewHolder.Factory
48 mInflater = inflater; in Factory()
53 return new HeaderViewHolder(mInflater.inflate(viewType, parent, false)); in createViewHolder()
DAddCustomRingtoneViewHolder.java59 private final LayoutInflater mInflater; field in AddCustomRingtoneViewHolder.Factory
62 mInflater = inflater; in Factory()
67 final View itemView = mInflater.inflate(R.layout.ringtone_item_sound, parent, false); in createViewHolder()
/packages/apps/Settings/src/com/android/settings/sim/
DSimListDialogFragment.java133 private LayoutInflater mInflater; field in SimListDialogFragment.SelectSubscriptionAdapter
163 if (mInflater == null) { in getView()
164 mInflater = LayoutInflater.from(parent.getContext()); in getView()
166 convertView = mInflater.inflate(R.layout.select_account_list_item, parent, false); in getView()
/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/Launcher3/SecondaryDisplayLauncher/src/com/android/launcher3/
DAppListAdapter.java33 private final LayoutInflater mInflater; field in AppListAdapter
37 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AppListAdapter()
52 view = mInflater.inflate(R.layout.app_grid_item, parent, false); in getView()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DAppListAdapter.java33 private final LayoutInflater mInflater; field in AppListAdapter
37 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AppListAdapter()
52 view = mInflater.inflate(R.layout.app_grid_item, parent, false); in getView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/Car/Settings/src/com/android/car/settings/quicksettings/
DQuickSettingGridAdapter.java47 private final LayoutInflater mInflater; field in QuickSettingGridAdapter
54 mInflater = LayoutInflater.from(context); in QuickSettingGridAdapter()
160 return new BrightnessViewHolder(mInflater.inflate( in onCreateViewHolder()
163 return new TileViewHolder(mInflater.inflate( in onCreateViewHolder()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DViewPool.java38 private final LayoutInflater mInflater; field in ViewPool
48 mInflater = LayoutInflater.from(context); in ViewPool()
102 return (T) mInflater.inflate(mLayoutId, mParent, false); in inflateNewView()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarViewAdapter.java55 private final LayoutInflater mInflater; field in CalendarViewAdapter
96 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in CalendarViewAdapter()
172 v = mInflater.inflate(R.layout.actionbar_pulldown_menu_top_button, parent, false); in getView()
208 v = mInflater.inflate( in getView()
253 View v = mInflater.inflate(R.layout.actionbar_pulldown_menu_button, parent, false); in getDropDownView()
/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()

1234