Searched refs:mTypeIdIndexMap (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java370 private final HashMap<Integer, Integer> mTypeIdIndexMap = new HashMap<Integer, Integer>(); field in class:RemoteViewsAdapter.RemoteViewsMetaData
394 mTypeIdIndexMap.clear();
406 if (mTypeIdIndexMap.containsKey(typeId)) {
407 return mTypeIdIndexMap.get(typeId);
410 int incrementalTypeId = mTypeIdIndexMap.size() + 1;
411 mTypeIdIndexMap.put(typeId, incrementalTypeId);

Completed in 33 milliseconds