Searched refs:mCollections (Results 1 – 6 of 6) sorted by relevance
34 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections field in TrackedCollections41 CollectionState collectionState = mCollections.get(collection); in track()46 mCollections.put(collection, collectionState); in track()96 : mCollections.entrySet()) { in dump()
81 mCollections.emplace_back(std::move(collections)); in addFontMapInternal()87 func(mCollections); in getFontMapInternal()105 std::vector<std::shared_ptr<FontCollection>> mCollections GUARDED_BY(mMutex);
93 private MapCollections<E, E> mCollections; field in ArraySet857 if (mCollections == null) { in getCollection()858 mCollections = new MapCollections<E, E>() { in getCollection()905 return mCollections; in getCollection()
123 private MapCollections<K, V> mCollections; field in ArrayMap921 if (mCollections == null) { in getCollection()922 mCollections = new MapCollections<K, V>() { in getCollection()969 return mCollections; in getCollection()
42 for (const auto& collection : mCollections) { in buildFontSetLocked()
60817 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections;60827 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections;