Home
last modified time | relevance | path

Searched refs:mItems (Results 1 – 16 of 16) sorted by relevance

/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DAppNavHomeActivity.java87 private List<SampleInfo> mItems; field in AppNavHomeActivity.SampleAdapter
90 mItems = items; in SampleAdapter()
95 return mItems.size(); in getCount()
100 return mItems.get(position); in getItem()
116 tv.setText(mItems.get(position).name); in getView()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeListAdapter.java47 private List<Item> mItems = new ArrayList<Item>(); field in RecipeListAdapter
87 mItems.addAll(items); in appendItemsToList()
95 return mItems.size(); in getCount()
100 return mItems.get(position); in getItem()
147 return mItems.isEmpty(); in isEmpty()
171 return mItems.get(position).name; in getItemName()
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicRetriever.java42 List<Item> mItems = new ArrayList<Item>(); field in MusicRetriever
91 mItems.add(new Item( in prepare()
108 if (mItems.size() <= 0) return null; in getRandomItem()
109 return mItems.get(mRandom.nextInt(mItems.size())); in getRandomItem()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DComplicationSimpleConfigActivity.java154 private List<ComplicationItem> mItems; field in ComplicationSimpleConfigActivity.ConfigurationAdapter
160 mItems = items; in ConfigurationAdapter()
188 imageView.setImageDrawable(mItems.get(position).icon); in onBindViewHolder()
191 textView.setText(mItems.get(position).title); in onBindViewHolder()
198 return mItems.size(); in getItemCount()
202 return mItems.get(position); in getItem()
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/
DMainActivity.java50 private final ArrayList<ContentItem> mItems = getSampleContent(); field in MainActivity
100 return mItems.size();
122 final ContentItem item = mItems.get(position);
160 ContentItem item = mItems.get(position); in setShareIntent()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java515 private final List<MotoGpStatItem> mItems; field in PrintCustomContent.MotoGpStatAdapter
519 mItems = items; in MotoGpStatAdapter()
524 return new ArrayList<MotoGpStatItem>(mItems); in cloneItems()
529 return mItems.size(); in getCount()
534 return mItems.get(position); in getItem()
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/FragmentBasics/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/location-aware/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/AnimationsDemo/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/InteractiveChart/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/ContactsList/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/ControllerSample/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/EffectiveNavigation/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...