Searched defs:mInflater (Results 1 - 25 of 45) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutsAdapter.java35 private final LayoutInflater mInflater; field in class:ShortcutsAdapter
40 mInflater = LayoutInflater.from(context);
49 convertView = mInflater.inflate(R.layout.application_boxed, parent, false);
H A DLauncherAppWidgetHostView.java36 private LayoutInflater mInflater; field in class:LauncherAppWidgetHostView
40 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
45 return mInflater.inflate(R.layout.appwidget_error, this, false);
H A DAddAdapter.java37 private final LayoutInflater mInflater; field in class:AddAdapter
68 mInflater = (LayoutInflater) launcher.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
91 convertView = mInflater.inflate(R.layout.add_list_item, parent, false);
H A DLiveFolderAdapter.java43 private LayoutInflater mInflater; field in class:LiveFolderAdapter
53 mInflater = LayoutInflater.from(launcher);
69 view = mInflater.inflate(R.layout.application_boxed, parent, false);
71 view = mInflater.inflate(R.layout.application_list, parent, false);
H A DAllApps2D.java85 private final LayoutInflater mInflater; field in class:AllApps2D.AppsAdapter
89 mInflater = LayoutInflater.from(context);
97 convertView = mInflater.inflate(R.layout.application_boxed, parent, false);
/packages/apps/Stk/src/com/android/stk/
H A DStkMenuAdapter.java35 private final LayoutInflater mInflater; field in class:StkMenuAdapter
41 mInflater = LayoutInflater.from(context);
50 convertView = mInflater.inflate(R.layout.stk_menu_item, parent,
/packages/apps/Calculator/src/com/android/calculator2/
H A DHistoryAdapter.java32 private LayoutInflater mInflater; field in class:HistoryAdapter
37 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
65 view = mInflater.inflate(R.layout.history_item, parent, false);
/packages/apps/Mms/src/com/android/mms/ui/
H A DIconListAdapter.java36 protected LayoutInflater mInflater; field in class:IconListAdapter
42 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
52 view = mInflater.inflate(mResource, parent, false);
/packages/apps/Contacts/src/com/android/contacts/ui/widget/
H A DBaseContactEditorView.java49 protected LayoutInflater mInflater; field in class:BaseContactEditorView
H A DKindSectionView.java47 private LayoutInflater mInflater; field in class:KindSectionView
71 mInflater = (LayoutInflater)getContext().getSystemService(
170 final GenericEditorView editor = (GenericEditorView)mInflater.inflate(
H A DGenericEditorView.java65 protected LayoutInflater mInflater; field in class:GenericEditorView
100 mInflater = (LayoutInflater)getContext().getSystemService(
226 EditText fieldView = (EditText)mInflater.inflate(RES_FIELD, mFields, false);
328 final LayoutInflater dialogInflater = mInflater.cloneInContext(dialogContext);
/packages/apps/Settings/src/com/android/settings/
H A DMasterClear.java46 private LayoutInflater mInflater; field in class:MasterClear
121 mFinalView = mInflater.inflate(R.layout.master_clear_final, null);
144 mInitialView = mInflater.inflate(R.layout.master_clear_primary, null);
159 mInflater = LayoutInflater.from(this);
H A DMediaFormat.java48 private LayoutInflater mInflater; field in class:MediaFormat
135 mFinalView = mInflater.inflate(R.layout.media_format_final, null);
158 mInitialView = mInflater.inflate(R.layout.media_format_primary, null);
173 mInflater = LayoutInflater.from(this);
H A DDeviceAdminSettings.java125 final LayoutInflater mInflater; field in class:DeviceAdminSettings.PolicyListAdapter
128 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
167 View v = mInflater.inflate(R.layout.device_admin_item, parent, false);
H A DActivityPicker.java267 private final LayoutInflater mInflater; field in class:ActivityPicker.PickAdapter
274 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
304 convertView = mInflater.inflate(R.layout.pick_item, parent, false);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactEntryAdapter.java35 protected LayoutInflater mInflater; field in class:ContactEntryAdapter
82 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
H A DCallDetailActivity.java67 /* package */ LayoutInflater mInflater; field in class:CallDetailActivity
101 mInflater = (LayoutInflater) getSystemService(LAYOUT_INFLATER_SERVICE);
301 private final LayoutInflater mInflater; field in class:CallDetailActivity.ViewAdapter
305 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
323 convertView = mInflater.inflate(R.layout.call_detail_list_item, parent, false);
H A DScrollingTabWidget.java47 private LayoutInflater mInflater; field in class:ScrollingTabWidget
63 mInflater = (LayoutInflater) mContext.getSystemService(
72 mLeftArrowView = (ImageView) mInflater.inflate(R.layout.tab_left_arrow, this, false);
74 mRightArrowView = (ImageView) mInflater.inflate(R.layout.tab_right_arrow, this, false);
76 mTabsScrollWrapper = (HorizontalScrollView) mInflater.inflate(
79 View accountNameView = mInflater.inflate(R.layout.tab_account_name, this, false);
248 addTab(mInflater.inflate(layoutResId, mTabsView, false));
H A DSplitAggregateView.java223 private LayoutInflater mInflater; field in class:SplitAggregateView.SplitAggregateAdapter
227 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
233 convertView = mInflater.inflate(R.layout.split_aggregate_list_item, parent, false);
/packages/apps/Email/src/com/android/exchange/provider/
H A DGalEmailAddressAdapter.java51 private LayoutInflater mInflater; field in class:GalEmailAddressAdapter
62 mInflater = (LayoutInflater) activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
237 separator = mInflater.inflate(R.layout.recipient_dropdown_separator, parent, false);
/packages/apps/IM/src/com/android/im/app/
H A DImageListAdapter.java44 private final LayoutInflater mInflater; field in class:ImageListAdapter
64 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
82 v = mInflater.inflate(mItemViewId, parent, false);
H A DNewChatActivity.java72 private LayoutInflater mInflater; field in class:NewChatActivity
84 mInflater = LayoutInflater.from(this);
87 mChatSwitcher = new ChatSwitcher(this, mHandler, mApp, mInflater, null);
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperListActivity.java189 private final LayoutInflater mInflater; field in class:LiveWallpaperListActivity.LiveWallpapersAdapter
192 mInflater = LayoutInflater.from(LiveWallpaperListActivity.this);
210 convertView = mInflater.inflate(R.layout.live_wallpaper_entry, parent, false);
/packages/apps/Browser/src/com/android/browser/
H A DErrorConsoleView.java237 private LayoutInflater mInflater; field in class:ErrorConsoleView.ErrorConsoleListView.ErrorConsoleMessageList
241 mInflater = (LayoutInflater)context.getSystemService(
300 view = mInflater.inflate(android.R.layout.two_line_list_item, parent, false);
/packages/apps/Calendar/src/com/android/calendar/
H A DAgendaByDayAdapter.java44 private final LayoutInflater mInflater; field in class:AgendaByDayAdapter
59 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
130 agendaDayView = mInflater.inflate(R.layout.agenda_day, parent, false);

Completed in 112 milliseconds

12