Searched refs:mInflater (Results 1 - 20 of 20) sorted by relevance

/development/apps/Development/src/com/android/development/
H A DArrayAdapter.java31 mInflater = (LayoutInflater)context.getSystemService(
65 view = mInflater.inflate(mLayoutRes, parent, false);
74 private final LayoutInflater mInflater; field in class:ArrayAdapter
H A DAppHwConfigList.java80 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
125 view = mInflater.inflate(
140 protected final LayoutInflater mInflater; field in class:AppHwConfigList.AppListAdapter
H A DRunningProcesses.java79 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
116 view = mInflater.inflate(
131 protected final LayoutInflater mInflater; field in class:RunningProcesses.AppListAdapter
H A DInstrumentationList.java50 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
87 view = mInflater.inflate(
105 protected final LayoutInflater mInflater; field in class:InstrumentationAdapter
H A DPermissionDetails.java61 private LayoutInflater mInflater; field in class:PermissionDetails
124 convertView = mInflater.inflate(R.layout.pkg_list_item, null);
192 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
H A DAccountsTester.java100 protected LayoutInflater mInflater; field in class:AccountsTester.AccountArrayAdapter
104 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
123 convertView = mInflater.inflate(R.layout.account_list_item, null);
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DList14.java47 private LayoutInflater mInflater; field in class:List14.EfficientAdapter
53 mInflater = LayoutInflater.from(context);
106 convertView = mInflater.inflate(R.layout.list_item_icon_text, null);
H A DList13.java52 private LayoutInflater mInflater; field in class:List13.SlowAdapter
55 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
99 text = (TextView)mInflater.inflate(android.R.layout.simple_list_item_1, parent, false);
/development/samples/Home/src/com/example/android/home/
H A DApplicationsStackLayout.java66 private LayoutInflater mInflater; field in class:ApplicationsStackLayout
112 mInflater = LayoutInflater.from(getContext());
113 mButton = mInflater.inflate(R.layout.all_applications_button, this, false);
252 final View view = createApplicationIcon(mInflater, this, info);
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
H A DActionBarHelperBase.java233 MenuInflater mInflater; field in class:ActionBarHelperBase.WrappedMenuInflater
237 mInflater = inflater;
243 mInflater.inflate(menuRes, menu);
/development/samples/RSSReader/src/com/example/android/rssreader/
H A DRssReader.java156 private LayoutInflater mInflater; field in class:RssReader.RSSListAdapter
161 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
179 view = (TwoLineListItem) mInflater.inflate(android.R.layout.simple_list_item_2,
/development/apps/GestureBuilder/src/com/android/gesture/builder/
H A DGestureBuilderActivity.java408 private final LayoutInflater mInflater; field in class:GestureBuilderActivity.GesturesAdapter
414 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
424 convertView = mInflater.inflate(R.layout.gestures_item, parent, false);
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DLoaderCustom.java365 private final LayoutInflater mInflater; field in class:LoaderCustom.AppListAdapter
369 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
386 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java368 private final LayoutInflater mInflater; field in class:LoaderCustomSupport.AppListAdapter
372 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
391 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/widget/ ...

Completed in 1686 milliseconds