[go: nahoru, domu]

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

/frameworks/base/core/java/android/app/
H A DActivityView.java480 int getDisplayId() { method in class:ActivityView.ActivityContainerWrapper
482 return mIActivityContainer.getDisplayId();
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java125 mDisplayId = display.getDisplayId();
135 int getDisplayId() { method in class:DisplayContent
H A DWindowState.java640 displayContent.getDisplayId());
1072 public int getDisplayId() { method in class:WindowState
1077 return displayContent.getDisplayId();
2329 && getDisplayId() == Display.DEFAULT_DISPLAY) {
2521 pw.print(prefix); pw.print("mDisplayId="); pw.print(getDisplayId());
/frameworks/base/core/java/android/view/
H A DDisplay.java320 public int getDisplayId() { method in class:Display
H A DViewRootImpl.java640 getHostVisibility(), mDisplay.getDisplayId(),
778 public int getDisplayId() { method in class:ViewRootImpl
779 return mDisplay.getDisplayId();
981 if (mView != null && mDisplay.getDisplayId() == displayId) {
3328 mDisplay.getDisplayId(), localResources.getDisplayAdjustments());
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h251 hwc2_display_t getDisplayId() const { return mDisplay.getId(); } function in class:HWC2::Display::Config
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java412 mDisplayId = root.getDisplayId();
487 public int getDisplayId() { method in class:AssistStructure.WindowNode
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java545 final int displayId = displays[displayNdx].getDisplayId();
3984 public int getDisplayId() { method in class:ActivityStackSupervisor.ActivityContainer
4247 mDisplayId = display.getDisplayId();

Completed in 212 milliseconds