Searched refs:mTypeIdIndexMap (Results 1 – 2 of 2) sorted by relevance
490 private final SparseIntArray mTypeIdIndexMap = new SparseIntArray(); field in RemoteViewsAdapter.RemoteViewsMetaData512 mTypeIdIndexMap.clear(); in reset()516 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1); in getMappedViewType()519 mappedTypeId = mTypeIdIndexMap.size() + 1; in getMappedViewType()520 mTypeIdIndexMap.put(typeId, mappedTypeId); in getMappedViewType()
83716 Landroid/widget/RemoteViewsAdapter$RemoteViewsMetaData;->mTypeIdIndexMap:Landroid/util/SparseIntArr…