Searched defs:mDisplayIdCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java70 private int[] mDisplayIdCache; field in class:DisplayManagerGlobal
142 if (mDisplayIdCache != null) {
143 return mDisplayIdCache;
149 mDisplayIdCache = displayIds;
245 mDisplayIdCache = null;

Completed in 249 milliseconds