Searched refs:viewTypes (Results 1 – 2 of 2) sorted by relevance
57 HashSet<Integer> viewTypes = new HashSet<>(3); in testAdapter() local58 viewTypes.add(adapter.getItemViewType(0)); in testAdapter()59 viewTypes.add(adapter.getItemViewType(1)); in testAdapter()60 viewTypes.add(adapter.getItemViewType(2)); in testAdapter()63 new HashSet<>(Arrays.asList(0, 1, 2)), viewTypes); in testAdapter()
172 Map<String, String> viewTypes = new HashMap<String, String>(); in validateMultiResLayouts() local200 String existingType = viewTypes.get(target.mId); in validateMultiResLayouts()204 viewTypes.put(target.mId, target.getFullClassName()); in validateMultiResLayouts()211 viewTypes.put(target.mId, in validateMultiResLayouts()216 viewTypes.put(target.mId, "android.view.View"); in validateMultiResLayouts()246 for (Map.Entry<String, String> viewType : viewTypes.entrySet()) { in validateMultiResLayouts()