Searched refs:mTypeIdIndexMap (Results 1 – 2 of 2) sorted by relevance
492 private final SparseIntArray mTypeIdIndexMap = new SparseIntArray(); field in RemoteViewsAdapter.RemoteViewsMetaData514 mTypeIdIndexMap.clear(); in reset()518 int mappedTypeId = mTypeIdIndexMap.get(typeId, -1); in getMappedViewType()521 mappedTypeId = mTypeIdIndexMap.size() + 1; in getMappedViewType()522 mTypeIdIndexMap.put(typeId, mappedTypeId); in getMappedViewType()
69287 Landroid/widget/RemoteViewsAdapter$RemoteViewsMetaData;->mTypeIdIndexMap:Landroid/util/SparseIntArr…