Home
last modified time | relevance | path

Searched refs:mCollections (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DTrackedCollections.java34 private final WeakIdentityHashMap<Collection<?>, CollectionState> mCollections field in TrackedCollections
41 CollectionState collectionState = mCollections.get(collection); in track()
46 mCollections.put(collection, collectionState); in track()
96 : mCollections.entrySet()) { in dump()
/aosp12/frameworks/minikin/include/minikin/
H A DSystemFonts.h81 mCollections.emplace_back(std::move(collections)); in addFontMapInternal()
87 func(mCollections); in getFontMapInternal()
105 std::vector<std::shared_ptr<FontCollection>> mCollections GUARDED_BY(mMutex);
/aosp12/frameworks/base/core/java/android/util/
H A DArraySet.java93 private MapCollections<E, E> mCollections; field in ArraySet
857 if (mCollections == null) { in getCollection()
858 mCollections = new MapCollections<E, E>() { in getCollection()
905 return mCollections; in getCollection()
H A DArrayMap.java123 private MapCollections<K, V> mCollections; field in ArrayMap
921 if (mCollections == null) { in getCollection()
922 mCollections = new MapCollections<K, V>() { in getCollection()
969 return mCollections; in getCollection()
/aosp12/frameworks/minikin/libs/minikin/
H A DSystemFonts.cpp42 for (const auto& collection : mCollections) { in buildFontSetLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60817 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections;
60827 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections;