Home
last modified time | relevance | path

Searched defs:viewTypes (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DItemAdapterTest.java66 HashSet<Integer> viewTypes = new HashSet<>(3); in testAdapter() local
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DItemAdapter.java33 private final ViewTypes viewTypes = new ViewTypes(); field in ItemAdapter
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/widget/
H A DCompositeListAdapterTest.java43 HashMap<Integer, Integer> viewTypes = new HashMap<Integer, Integer>(); field in CompositeListAdapterTest.MockAdapter