Home
last modified time | relevance | path

Searched refs:ViewTypes (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemAdapter.java33 private final ViewTypes viewTypes = new ViewTypes();
132 private static class ViewTypes { class in ItemAdapter
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DPhoneFavoritesTileAdapter.java441 return ViewTypes.COUNT; in getViewTypeCount()
446 return ViewTypes.TILE; in getItemViewType()
692 private static class ViewTypes { class in PhoneFavoritesTileAdapter