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

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskTapPointerEventListener.java50 if (displayId == getDisplayId()) {
116 private int getDisplayId() { method in class:TaskTapPointerEventListener
117 return mDisplayContent.getDisplayId();
H A DDisplayContent.java737 if (service.mRoot.getDisplayContent(display.getDisplayId()) != null) {
738 throw new IllegalArgumentException("Display with ID=" + display.getDisplayId()
739 + " already exists=" + service.mRoot.getDisplayContent(display.getDisplayId())
744 mDisplayId = display.getDisplayId();
775 int getDisplayId() { method in class:DisplayContent
1687 Slog.v(TAG_WM, "Setting max ui width:" + width + " on display:" + getDisplayId());
1710 + " on display:" + getDisplayId());
1751 if (prevDc.getDisplayId() == mDisplayId) {
1848 if (inputMethod.getDisplayId() == mDisplayId) {
H A DWindowState.java693 getDisplayId());
1268 public int getDisplayId() { method in class:WindowState
1273 return displayContent.getDisplayId();
1620 if (accessibilityController != null && getDisplayId() == DEFAULT_DISPLAY) {
1734 && getDisplayContent().getDisplayId() == DEFAULT_DISPLAY) {
1888 final int displayId = getDisplayId();
3151 final int displayId = getDisplayId();
3173 if (mService.mAccessibilityController != null && getDisplayId() == DEFAULT_DISPLAY) {
3413 pw.print(prefix); pw.print("mDisplayId="); pw.print(getDisplayId());
4229 if (mService.mAccessibilityController != null && getDisplayId()
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h178 hwc2_display_t getDisplayId() const { return mDisplay.getId(); } function in class:HWC2::Display::Config
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp111 int32_t getDisplayId(const std::string& displayName) { function in namespace:android
335 mTargetId = getDisplayId(DISPLAY_NAME.string());
/frameworks/base/core/java/android/view/
H A DDisplay.java418 public int getDisplayId() { method in class:Display
H A DWindowManagerPolicy.java485 public int getDisplayId(); method in interface:WindowManagerPolicy.WindowState
H A DViewRootImpl.java727 getHostVisibility(), mDisplay.getDisplayId(),
865 public int getDisplayId() { method in class:ViewRootImpl
866 return mDisplay.getDisplayId();
1081 if (mView != null && mDisplay.getDisplayId() == displayId) {
1125 if (mDisplay.getDisplayId() == displayId) {
3595 mDisplay.getDisplayId(), localResources);
3764 && mDisplay.getDisplayId() == args.argi3) {
3774 final boolean displayChanged = mDisplay.getDisplayId() != displayId;
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java490 mDisplayId = root.getDisplayId();
578 public int getDisplayId() { method in class:AssistStructure.WindowNode
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java962 mWindowContainerController.removeContainer(getDisplayId());
1571 return mWindowContainerController.screenshotApplications(getDisplayId(), w, h, scale);
2098 int getDisplayId() { method in class:ActivityRecord
2194 final int displayId = getDisplayId();
2385 final int newDisplayId = getDisplayId();

Completed in 4626 milliseconds