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

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

Completed in 52 milliseconds