Searched defs:hierarchy (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/
H A DRecyclerItemAdapter.java31 * An adapter used with RecyclerView to display an {@link ItemHierarchy}. The item hierarchy used to
47 public RecyclerItemAdapter(ItemHierarchy hierarchy) { argument
48 mItemHierarchy = hierarchy;
131 public void onChanged(ItemHierarchy hierarchy) { argument
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemGroup.java62 * A mapping from the index of an item hierarchy in mChildren, to the first position in which
63 * the corresponding child hierarchy represents. For example:
103 * Add a child hierarchy to this item group.
128 * Remove all children from this hierarchy.
157 public void onChanged(ItemHierarchy hierarchy) { argument
200 * Use binary search to locate the item hierarchy a position is contained in.
202 * @return Index of the item hierarchy which is responsible for the item at {@code position}.
H A DItemAdapter.java27 * {@link com.android.setupwizardlib.items.ItemHierarchy}. The item hierarchy used to create this
35 public ItemAdapter(ItemHierarchy hierarchy) { argument
36 mItemHierarchy = hierarchy;
87 public void onChanged(ItemHierarchy hierarchy) { argument
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 149 milliseconds