Searched refs:mCollections (Results 1 – 6 of 6) sorted by relevance
36 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections field in TrackedCollections47 CollectionState collectionState = mCollections.get(collection); in track()52 mCollections.put(collection, collectionState); in track()102 : mCollections.entrySet()) { in dump()
77 mCollections.emplace_back(std::move(collections)); in addFontMapInternal()95 std::vector<std::shared_ptr<FontCollection>> mCollections GUARDED_BY(mMutex);
42 for (const auto& collection : mCollections) { in buildFontSetLocked()
94 private MapCollections<E, E> mCollections; field in ArraySet875 if (mCollections == null) { in getCollection()876 mCollections = new MapCollections<E, E>() { in getCollection()923 return mCollections; in getCollection()
125 private MapCollections<K, V> mCollections; field in ArrayMap927 if (mCollections == null) { in getCollection()928 mCollections = new MapCollections<K, V>() { in getCollection()975 return mCollections; in getCollection()
56851 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections;56861 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections;