/packages/apps/Launcher2/src/com/android/launcher2/ |
H A D | LauncherAppWidgetHostView.java | 36 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 D | ShortcutsAdapter.java | 35 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 D | AddAdapter.java | 37 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 D | LiveFolderAdapter.java | 43 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 D | AllApps2D.java | 85 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/Mms/src/com/android/mms/ui/ |
H A D | IconListAdapter.java | 36 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/Stk/src/com/android/stk/ |
H A D | StkMenuAdapter.java | 35 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 D | HistoryAdapter.java | 32 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/Settings/src/com/android/settings/ |
H A D | MasterClear.java | 46 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 D | MediaFormat.java | 48 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 D | DeviceAdminSettings.java | 125 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 D | UsageStats.java | 59 private LayoutInflater mInflater; field in class:UsageStats 167 convertView = mInflater.inflate(R.layout.usage_stats_item, null); 226 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ScrollingTabWidget.java | 47 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 D | CallDetailActivity.java | 67 /* 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 D | SplitAggregateView.java | 223 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/IM/src/com/android/im/app/ |
H A D | ImageListAdapter.java | 44 private final LayoutInflater mInflater; field in class:ImageListAdapter 64 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); 82 v = mInflater.inflate(mItemViewId, parent, false);
|
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
H A D | BaseContactEditorView.java | 49 protected LayoutInflater mInflater; field in class:BaseContactEditorView
|
H A D | KindSectionView.java | 47 private LayoutInflater mInflater; field in class:KindSectionView 71 mInflater = (LayoutInflater)getContext().getSystemService( 170 final GenericEditorView editor = (GenericEditorView)mInflater.inflate(
|
H A D | ReadOnlyContactEditorView.java | 80 mInflater = (LayoutInflater)getContext().getSystemService( 160 View field = mInflater.inflate( 175 View field = mInflater.inflate(
|
H A D | GenericEditorView.java | 65 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/Browser/src/com/android/browser/ |
H A D | ErrorConsoleView.java | 237 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/Email/src/com/android/exchange/provider/ |
H A D | GalEmailAddressAdapter.java | 51 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/Calendar/src/com/android/calendar/ |
H A D | AgendaByDayAdapter.java | 44 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);
|
H A D | SelectCalendarsAdapter.java | 61 private final LayoutInflater mInflater; field in class:SelectCalendarsAdapter 221 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); 383 return mInflater.inflate(R.layout.calendar_item, parent, false); 389 return mInflater.inflate(R.layout.account_item, parent, false);
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
H A D | LiveWallpaperListActivity.java | 189 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);
|