Home
last modified time | relevance | path

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

/development/apps/Development/src/com/android/development/
DArrayAdapter.java31 mInflater = (LayoutInflater)context.getSystemService( in ArrayAdapter()
65 view = mInflater.inflate(mLayoutRes, parent, false); in getView()
74 private final LayoutInflater mInflater; field in ArrayAdapter
DRunningProcesses.java79 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AppListAdapter()
116 view = mInflater.inflate( in getView()
131 protected final LayoutInflater mInflater; field in RunningProcesses.AppListAdapter
DAppHwConfigList.java80 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AppListAdapter()
125 view = mInflater.inflate( in getView()
140 protected final LayoutInflater mInflater; field in AppHwConfigList.AppListAdapter
DInstrumentationList.java50 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in InstrumentationAdapter()
87 view = mInflater.inflate( in getView()
105 protected final LayoutInflater mInflater; field in InstrumentationAdapter
DPermissionDetails.java61 private LayoutInflater mInflater; field in PermissionDetails
124 convertView = mInflater.inflate(R.layout.pkg_list_item, null); in getView()
192 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE); in onCreate()
DAccountsTester.java100 protected LayoutInflater mInflater; field in AccountsTester.AccountArrayAdapter
104 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AccountArrayAdapter()
123 convertView = mInflater.inflate(R.layout.account_list_item, null); in getView()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList14.java47 private LayoutInflater mInflater; field in List14.EfficientAdapter
53 mInflater = LayoutInflater.from(context); in EfficientAdapter()
106 convertView = mInflater.inflate(R.layout.list_item_icon_text, null); in getView()
DList13.java52 private LayoutInflater mInflater; field in List13.SlowAdapter
55 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in SlowAdapter()
99 … text = (TextView)mInflater.inflate(android.R.layout.simple_list_item_1, parent, false); in getView()
/development/samples/Home/src/com/example/android/home/
DApplicationsStackLayout.java66 private LayoutInflater mInflater; field in ApplicationsStackLayout
112 mInflater = LayoutInflater.from(getContext()); in initLayout()
113 mButton = mInflater.inflate(R.layout.all_applications_button, this, false); in initLayout()
252 final View view = createApplicationIcon(mInflater, this, info); in stackApplications()
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
DActionBarHelperBase.java233 MenuInflater mInflater; field in ActionBarHelperBase.WrappedMenuInflater
237 mInflater = inflater; in WrappedMenuInflater()
243 mInflater.inflate(menuRes, menu); in inflate()
/development/samples/RSSReader/src/com/example/android/rssreader/
DRssReader.java156 private LayoutInflater mInflater; field in RssReader.RSSListAdapter
161 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in RSSListAdapter()
179 view = (TwoLineListItem) mInflater.inflate(android.R.layout.simple_list_item_2, in getView()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderCustomSupport.java369 private final LayoutInflater mInflater; field in LoaderCustomSupport.AppListAdapter
373 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AppListAdapter()
392 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false); in getView()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCustom.java367 private final LayoutInflater mInflater; field in LoaderCustom.AppListAdapter
371 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in AppListAdapter()
388 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false); in getView()
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java408 private final LayoutInflater mInflater; field in GestureBuilderActivity.GesturesAdapter
414 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in GesturesAdapter()
424 convertView = mInflater.inflate(R.layout.gestures_item, parent, false); in getView()
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java642 private LayoutInflater mInflater; // Stores the layout inflater field in ContactsListFragment.ContactsAdapter
654 mInflater = LayoutInflater.from(context); in ContactsAdapter()
697 mInflater.inflate(R.layout.contact_list_item, viewGroup, false); in newView()