Searched refs:mDisplayCache (Results 1 – 2 of 2) sorted by relevance
89 private final WeakDisplayCache mDisplayCache = new WeakDisplayCache(); field in DisplayManager708 display = mDisplayCache.get(displayId); in getOrCreateDisplay()717 mDisplayCache.put(display); in getOrCreateDisplay()1801 private final SparseArray<WeakReference<Display>> mDisplayCache = new SparseArray<>(); field in DisplayManager.WeakDisplayCache1810 WeakReference<Display> wrDisplay = mDisplayCache.get(displayId); in get()1825 mDisplayCache.put(display.getDisplayId(), new WeakReference<>(display)); in put()1833 for (int i = 0; i < mDisplayCache.size(); i++) { in removeStaleEntries()1834 if (mDisplayCache.valueAt(i).get() == null) { in removeStaleEntries()1842 mDisplayCache.removeAt(staleEntriesIndices.get(i)); in removeStaleEntries()
139 private PropertyInvalidatedCache<Integer, DisplayInfo> mDisplayCache = field in DisplayManagerGlobal192 if (mDisplayCache != null) { in getDisplayInfoLocked()193 info = mDisplayCache.query(displayId); in getDisplayInfoLocked()1254 mDisplayCache = null; in disableLocalDisplayInfoCaches()