Home
last modified time | relevance | path

Searched refs:getDisplayRect (Results 1 – 8 of 8) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDisplayShapeTests.java128 final int displayWidth = dc.getDisplayRect().width(); in testDisplayShapeOnVirtualDisplay()
129 final int displayHeight = dc.getDisplayRect().height(); in testDisplayShapeOnVirtualDisplay()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTouchHelper.java63 final Rect bounds = dc.getDisplayRect(); in touchAndCancelOnDisplayCenterSync()
131 final Rect bounds = mWmState.getDisplay(displayId).getDisplayRect(); in tapOnDisplayCenter()
192 final Rect bounds = mWmState.getDisplay(displayId).getDisplayRect(); in triggerBackEventByGesture()
DWindowManagerStateHelper.java881 final Rect displayRect = display.getDisplayRect();
895 final Rect displayRect = display.getDisplayRect();
1030 final Rect displayRect = getDisplay(displayId).getDisplayRect();
DWindowManagerState.java1119 Rect size = mWmState.getDisplay(DEFAULT_DISPLAY).getDisplayRect(); in getLogicalDisplaySize()
1589 public Rect getDisplayRect() { in getDisplayRect() method in WindowManagerState.DisplayContent
/cts/tests/framework/base/windowmanager/src/android/server/wm/ime/
DMultiDisplayImeTests.java493 firstDisplay.getDisplayRect().equals(secondDisplay.getDisplayRect())); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
589 final Rect displayRect1 = mWmState.getDisplay(firstDisplay.mId).getDisplayRect(); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
590 final Rect displayRect2 = mWmState.getDisplay(secondDisplay.mId).getDisplayRect(); in testNoConfigurationChangedWhenSwitchBetweenTwoIdenticalDisplays()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DPresentationTest.java227 return display.getDisplayRect() in assertPresentationOnDisplayAndMatchesDisplayMetrics()
DAppConfigurationTests.java522 new Point(dc.getDisplayRect().width(), dc.getDisplayRect().height()); in testRotatedInfoWithFixedRotationTransform()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java553 final int displayHeight = mWmState.getDisplay(DEFAULT_DISPLAY).getDisplayRect().height(); in testEnterExpandedPipAspectRatioMaxHeight()
571 final int displayWidth = mWmState.getDisplay(DEFAULT_DISPLAY).getDisplayRect().width(); in testEnterExpandedPipAspectRatioMaxWidth()
2014 final Rect displayRect = display.getDisplayRect(); in assertPinnedStackActivityIsInDisplayBounds()