Searched defs:ListItem (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/car/src/main/java/androidx/car/widget/
H A DListItem.java19 * @param <VH> ViewHolder that extends {@link ListItem.ViewHolder}.
21 public abstract class ListItem<VH extends ListItem.ViewHolder> { class
39 * Classes that extends {@code ListItem} should register its view type in
42 * @return type of this ListItem.
47 * Called when ListItem is bound to its ViewHolder.
118 * Whether hide the item divider coming after this {@code ListItem}.
130 * @return {@code true} if the divider that comes after this ListItem should be hidden.
138 * Does the work that moves the ListItem from dirty state to clean state, i.e. the work required
139 * the first time this ListItem {
[all...]
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java65 public static class ListItem { class in class:LauncherActivity
73 ListItem(PackageManager pm, ResolveInfo resolveInfo, IconResizer resizer) { method in class:LauncherActivity.ListItem
89 public ListItem() { method in class:LauncherActivity.ListItem
98 private ArrayList<ListItem> mOriginalValues;
103 protected List<ListItem> mActivitiesList;
122 ListItem item = mActivitiesList.get(position);
130 public ListItem itemForPosition(int position) {
162 private void bindView(View view, ListItem item) {
191 mOriginalValues = new ArrayList<ListItem>(mActivitiesList);
197 ArrayList<ListItem> lis
[all...]

Completed in 78 milliseconds