Searched refs:mTypeIdIndexMap (Results 1 – 1 of 1) sorted by relevance
412 private final SparseIntArray mTypeIdIndexMap = new SparseIntArray(); field in RemoteViewsAdapter.RemoteViewsMetaData436 mTypeIdIndexMap.clear(); in reset()448 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1); in getMappedViewType()451 mappedTypeId = mTypeIdIndexMap.size() + 1; in getMappedViewType()452 mTypeIdIndexMap.put(typeId, mappedTypeId); in getMappedViewType()