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

/frameworks/base/services/java/com/android/server/wm/
H A DDisplayContent.java82 mDisplayId = display.getDisplayId();
87 int getDisplayId() { method in class:DisplayContent
H A DWindowState.java362 displayContent.getDisplayId());
620 public int getDisplayId() { method in class:WindowState
621 return mDisplayContent.getDisplayId();
1096 pw.print(prefix); pw.print("mDisplayId="); pw.print(mDisplayContent.getDisplayId());
/frameworks/base/core/java/android/view/
H A DDisplay.java206 public int getDisplayId() { method in class:Display
/frameworks/base/core/java/android/app/
H A DContextImpl.java1766 getDisplayId(), overrideConfiguration,
1777 int displayId = display.getDisplayId();
1792 private int getDisplayId() { method in class:ContextImpl
1793 return mDisplay != null ? mDisplay.getDisplayId() : Display.DEFAULT_DISPLAY;

Completed in 210 milliseconds