Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DDisplayManagerGlobal.java75 private int[] mDisplayIdCache; field in DisplayManagerGlobal
148 if (mDisplayIdCache != null) { in getDisplayIds()
149 return mDisplayIdCache; in getDisplayIds()
155 mDisplayIdCache = displayIds; in getDisplayIds()
249 mDisplayIdCache = null; in handleDisplayEvent()