Searched refs:typeCount (Results 1 – 3 of 3) sorted by relevance
150 EditType forceInclude, boolean includeSecondary, SparseIntArray typeCount, in getValidTypes() argument157 if (typeCount == null) { in getValidTypes()159 typeCount = getTypeFrequencies(state, kind); in getValidTypes()165 final int overallCount = typeCount.get(FREQUENCY_TOTAL); in getValidTypes()171 final boolean validSpecific = (type.specificMax == -1 ? true : typeCount in getValidTypes()193 final SparseIntArray typeCount = new SparseIntArray(); in getTypeFrequencies() local197 if (mimeEntries == null) return typeCount; in getTypeFrequencies()207 final int count = typeCount.get(type.rawValue); in getTypeFrequencies()208 typeCount.put(type.rawValue, count + 1); in getTypeFrequencies()211 typeCount.put(FREQUENCY_TOTAL, totalCount); in getTypeFrequencies()[all …]
799 final int typeCount = mViewTypeCount; in clear() local800 for (int i = 0; i < typeCount; i++) { in clear()
189 int typeCount = adapter.getViewTypeCount(); in updateAdapter() local190 if (mViews == null || typeCount != mViews.length) { in updateAdapter()191 mViews = new List[typeCount]; in updateAdapter()192 for (int i = 0; i < typeCount; i++) { in updateAdapter()