Home
last modified time | relevance | path

Searched defs:displayIds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java284 final int[] displayIds = mGlobal.getDisplayIds(); in getDisplays() local
302 private void addAllDisplaysLocked(ArrayList<Display> displays, int[] displayIds) { in addAllDisplaysLocked()
312 ArrayList<Display> displays, int[] displayIds, int matchType) { in addPresentationDisplaysLocked()
DDisplayManagerGlobal.java154 int[] displayIds = mDm.getDisplayIds(); in getDisplayIds() local
/frameworks/base/services/core/java/com/android/server/display/
DDisplayManagerService.java367 int[] displayIds = new int[count]; in getDisplayIdsInternal() local