Home
last modified time | relevance | path

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

/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/activityscenetransitionbasic/
DItem.java23 public class Item { class
28 public static Item[] ITEMS = new Item[] {
29 new Item("Flying in the Light", "Romain Guy", "flying_in_the_light.jpg"),
30 new Item("Caterpillar", "Romain Guy", "caterpillar.jpg"),
31 new Item("Look Me in the Eye", "Romain Guy", "look_me_in_the_eye.jpg"),
32 new Item("Flamingo", "Romain Guy", "flamingo.jpg"),
33 new Item("Rainbow", "Romain Guy", "rainbow.jpg"),
34 new Item("Over there", "Romain Guy", "over_there.jpg"),
35 new Item("Jelly Fish 2", "Romain Guy", "jelly_fish_2.jpg"),
36 new Item("Lone Pine Sunset", "Romain Guy", "lone_pine_sunset.jpg"),
[all …]
DMainActivity.java63 Item item = (Item) adapterView.getItemAtPosition(position); in onItemClick()
97 return Item.ITEMS.length; in getCount()
101 public Item getItem(int position) { in getItem()
102 return Item.ITEMS[position]; in getItem()
116 final Item item = getItem(position); in getView()
DDetailActivity.java47 private Item mItem;
55 mItem = Item.getItem(getIntent().getIntExtra(EXTRA_PARAM_ID, 0)); in onCreate()
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipeListAdapter.java40 private class Item { class in RecipeListAdapter
47 private List<Item> mItems = new ArrayList<Item>();
59 List<Item> items = parseJson(jsonObject); in loadRecipeList()
64 private List<Item> parseJson(JSONObject json) { in parseJson()
65 List<Item> result = new ArrayList<Item>(); in parseJson()
70 Item parsed = new Item(); in parseJson()
86 private void appendItemsToList(List<Item> items) { in appendItemsToList()
120 Item item = (Item) getItem(position); in getView()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java74 protected final SparseArray<Item> mVirtualViews = new SparseArray<>();
97 protected Item getItem(int id) { in getItem()
98 final Item item = mVirtualViews.get(id); in getItem()
221 protected static final class Item { class in AbstractCustomVirtualView
234 Item(Line line, int id, String idEntry, String[] hints, int type, CharSequence text, in Item() method in AbstractCustomVirtualView.Item
366 protected final Item mFieldTextItem;
369 protected final Item mLabelItem;
375 this.mLabelItem = new Item(this, ++sNextId, idEntryPrefix + "Label", null, in Line()
377 this.mFieldTextItem = new Item(this, ++sNextId, idEntryPrefix + "Field", hints, in Line()
DCustomVirtualViewCompatMode.java71 final Item item = getItem(virtualViewId); in CustomVirtualViewCompatMode()
82 final Item item = getItem(virtualViewId); in CustomVirtualViewCompatMode()
131 final Item item = mVirtualViews.valueAt(i); in onProvideAutofillCompatModeAccessibilityNodeInfo()
DCustomVirtualView.java103 Item item = mVirtualViews.get(id); in autofill()
153 Item item = mVirtualViews.valueAt(i); in onProvideAutofillVirtualStructure()
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
DItem.java18 public interface Item { interface
DDialogsItem.java22 public class DialogsItem implements Item {
DListsItem.java22 public class ListsItem implements Item {
DListViewAdapter.java31 public class ListViewAdapter<T extends Item> extends ArrayAdapter<T> {
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCustomVirtualView.kt51 private val items = SparseArray<Item>()
177 private inner class Item internal constructor( class
201 … var labelItem: Item = Item(this, ++nextId, null, View.AUTOFILL_TYPE_NONE, label, false, true)
202 …var fieldTextItem: Item = Item(this, ++nextId, hints, View.AUTOFILL_TYPE_TEXT, text, true, sanitiz…
/developers/samples/android/ui/window/DragAndDropAcrossApps/DropTarget/src/main/java/com/example/android/droptarget/
DImageDragListener.java75 ClipData.Item item = clipData.getItemAt(0); in processDrop()
/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DImageDragListener.java83 ClipData.Item item = clipData.getItemAt(0); in processDrop()
DDragSourceFragment.java171 new ClipData(clipDescription, new ClipData.Item(imageUri)); in setUpDraggableImage()
/developers/samples/android/media/BasicMediaRouter/
DREADME.md7 Use the "Media Route Action Item" in the ActionBar