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