/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | WaitFragment.java | 48 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()
|
D | MaterialSearchSuggestionsList.java | 173 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()
|
D | AttachmentTileGrid.java | 50 private final LayoutInflater mInflater; field in AttachmentTileGrid 62 mInflater = LayoutInflater.from(context); in AttachmentTileGrid() 91 attachmentTile = MessageAttachmentTile.inflate(mInflater, this); in addMessageTileFromAttachment() 104 ComposeAttachmentTile.inflate(mInflater, this); in addComposeTileFromAttachment()
|
D | FolderSelectorAdapter.java | 91 private final LayoutInflater mInflater; field in FolderSelectorAdapter 97 mInflater = LayoutInflater.from(context); in FolderSelectorAdapter() 104 mInflater = LayoutInflater.from(context); in FolderSelectorAdapter() 314 view = mInflater.inflate(mLayout, parent, false); in getView()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherClings.java | 53 private LayoutInflater mInflater; field in LauncherClings 59 mInflater = LayoutInflater.from(mLauncher); in LauncherClings() 99 View inflated = mInflater.inflate(R.layout.migration_cling, root); in showMigrationCling() 124 View cling = mInflater.inflate(R.layout.longpress_cling, root, false); in showLongPressCling() 137 mInflater.inflate(showWelcome ? R.layout.longpress_cling_welcome_content in showLongPressCling()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | EmailAddressAdapter.java | 36 private LayoutInflater mInflater; field in EmailAddressAdapter 40 mInflater = LayoutInflater.from(context); in EmailAddressAdapter() 45 return mInflater.inflate(R.layout.email_autocomplete_item, parent, false); in inflateItemView() 50 return mInflater.inflate(R.layout.email_autocomplete_item_loading, parent, false); in inflateItemViewLoading()
|
D | CalendarViewAdapter.java | 55 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() 213 v = mInflater.inflate( in getView() 261 View v = mInflater.inflate(R.layout.actionbar_pulldown_menu_button, parent, false); in getDropDownView()
|
/packages/apps/Browser/src/com/android/browser/addbookmark/ |
D | FolderSpinnerAdapter.java | 45 private LayoutInflater mInflater; field in FolderSpinnerAdapter 52 mInflater = LayoutInflater.from(mContext); in FolderSpinnerAdapter() 108 convertView = mInflater.inflate( in getDropDownView() 118 convertView = mInflater.inflate(android.R.layout.simple_spinner_item, in getView()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | FromAddressSpinnerAdapter.java | 41 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/Settings/src/com/android/settings/dashboard/ |
D | SearchResultsSummary.java | 416 private LayoutInflater mInflater; field in SearchResultsSummary.SuggestionsAdapter 421 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in SuggestionsAdapter() 475 view = mInflater.inflate(R.layout.search_suggestion_item, parent, false); in getView() 514 private LayoutInflater mInflater; field in SearchResultsSummary.SearchResultsAdapter 523 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in SearchResultsAdapter() 609 view = mInflater.inflate(R.layout.search_result_item, parent, false); in getView()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/ |
D | MtpAdapter.java | 49 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/Launcher2/src/com/android/launcher2/ |
D | InstallWidgetReceiver.java | 75 private LayoutInflater mInflater; field in InstallWidgetReceiver.WidgetListAdapter 130 if (mInflater == null) { in getView() 131 mInflater = LayoutInflater.from(context); in getView() 136 convertView = mInflater.inflate(R.layout.external_widget_drop_list_item, parent, in getView()
|
D | LauncherAppWidgetHostView.java | 34 private LayoutInflater mInflater; field in LauncherAppWidgetHostView 42 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in LauncherAppWidgetHostView() 47 return mInflater.inflate(R.layout.appwidget_error, this, false); in getErrorView()
|
D | AddAdapter.java | 37 private final LayoutInflater mInflater; field in AddAdapter 68 mInflater = (LayoutInflater) launcher.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AddAdapter() 81 convertView = mInflater.inflate(R.layout.add_list_item, parent, false); in getView()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | GalleryActionBar.java | 52 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/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
D | SettingsLayoutAdapter.java | 81 private LayoutInflater mInflater; field in SettingsLayoutAdapter 123 if (mInflater == null) { in onCreateViewHolder() 124 mInflater = (LayoutInflater) parent.getContext().getSystemService( in onCreateViewHolder() 130 v = mInflater.inflate(R.layout.lb_dialog_action_list_item, parent, false); in onCreateViewHolder() 133 v = mInflater.inflate(R.layout.lb_dialog_static_list_item, parent, false); in onCreateViewHolder() 136 v = mInflater.inflate(R.layout.lb_dialog_walloftext_list_item, parent, false); in onCreateViewHolder()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | ListDialogPreference.java | 258 private LayoutInflater mInflater; field in ListDialogPreference.ListPreferenceAdapter 283 if (mInflater == null) { in getView() 284 mInflater = LayoutInflater.from(parent.getContext()); in getView() 286 convertView = mInflater.inflate(mListItemLayout, parent, false); in getView()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningServiceDetails.java | 60 LayoutInflater mInflater; field in RunningServiceDetails 228 mServicesHeader = (TextView)mInflater.inflate(R.layout.separator_label, in addServicesHeader() 238 mProcessesHeader = (TextView)mInflater.inflate(R.layout.separator_label, in addProcessesHeader() 261 View root = mInflater.inflate(R.layout.running_service_details_service, in addServiceDetailsView() 337 View root = mInflater.inflate(R.layout.running_service_details_process, in addProcessDetailsView() 507 mInflater = (LayoutInflater)getActivity().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
/packages/apps/Browser/src/com/android/browser/view/ |
D | BookmarkExpandableView.java | 276 LayoutInflater mInflater; field in BookmarkExpandableView.BookmarkAccountAdapter 294 mInflater = LayoutInflater.from(mContext); in BookmarkAccountAdapter() 319 convertView = mInflater.inflate(R.layout.bookmark_grid_row, parent, false); in getChildView() 396 view = mInflater.inflate(R.layout.bookmark_group_view, parent, false); in getGroupView() 420 mInflater.inflate(R.layout.bookmarks_header, null); in getBreadCrumbView()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapSettingsAdapter.java | 55 public LayoutInflater mInflater; field in BluetoothMapSettingsAdapter 74 mInflater = act.getLayoutInflater(); in BluetoothMapSettingsAdapter() 115 convertView = mInflater.inflate(R.layout.bluetooth_map_settings_account_item, null); in getChildView() 235 convertView = mInflater.inflate(R.layout.bluetooth_map_settings_account_group, null); in getGroupView()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | AppChooserActivity.java | 193 private final LayoutInflater mInflater; field in AppChooserActivity.ListAdapter 198 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in ListAdapter() 240 view = mInflater.inflate( in getView() 243 view = mInflater.inflate( in getView()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkMenuAdapter.java | 35 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/Gallery2/src/com/android/photos/adapters/ |
D | PhotoThumbnailAdapter.java | 35 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/Settings/src/com/android/settings/inputmethod/ |
D | KeyboardLayoutDialogFragment.java | 216 private final LayoutInflater mInflater; field in KeyboardLayoutDialogFragment.KeyboardLayoutAdapter 221 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in KeyboardLayoutAdapter() 252 view = mInflater.inflate( in inflateOneLine() 267 view = mInflater.inflate( in inflateTwoLine()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | VCardDetailAdapter.java | 35 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()
|