/development/apps/Development/src/com/android/development/ |
D | ArrayAdapter.java | 31 mInflater = (LayoutInflater)context.getSystemService( in ArrayAdapter() 65 view = mInflater.inflate(mLayoutRes, parent, false); in getView() 74 private final LayoutInflater mInflater; field in ArrayAdapter
|
D | RunningProcesses.java | 79 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
|
D | AppHwConfigList.java | 80 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
|
D | InstrumentationList.java | 50 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE); in InstrumentationAdapter() 87 view = mInflater.inflate( in getView() 105 protected final LayoutInflater mInflater; field in InstrumentationAdapter
|
D | PermissionDetails.java | 61 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()
|
D | AccountsTester.java | 100 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/ |
D | List14.java | 47 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()
|
D | List13.java | 52 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/ |
D | ApplicationsStackLayout.java | 66 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/ |
D | ActionBarHelperBase.java | 233 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/ |
D | RssReader.java | 156 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/ |
D | LoaderCustomSupport.java | 369 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/ |
D | LoaderCustom.java | 367 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/ |
D | GestureBuilderActivity.java | 408 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/ |
D | ContactsListFragment.java | 642 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()
|