Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DDisplayManagerGlobal.java104 private PropertyInvalidatedCache<Integer, DisplayInfo> mDisplayCache = field in DisplayManagerGlobal
157 if (mDisplayCache != null) { in getDisplayInfoLocked()
158 info = mDisplayCache.query(displayId); in getDisplayInfoLocked()
824 mDisplayCache = null; in disableLocalDisplayInfoCaches()