Searched refs:getDisplayRect (Results 1 – 8 of 8) sorted by relevance
128 final int displayWidth = dc.getDisplayRect().width(); in testDisplayShapeOnVirtualDisplay()129 final int displayHeight = dc.getDisplayRect().height(); in testDisplayShapeOnVirtualDisplay()
63 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()
881 final Rect displayRect = display.getDisplayRect();895 final Rect displayRect = display.getDisplayRect();1030 final Rect displayRect = getDisplay(displayId).getDisplayRect();
1119 Rect size = mWmState.getDisplay(DEFAULT_DISPLAY).getDisplayRect(); in getLogicalDisplaySize()1589 public Rect getDisplayRect() { in getDisplayRect() method in WindowManagerState.DisplayContent
493 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()
227 return display.getDisplayRect() in assertPresentationOnDisplayAndMatchesDisplayMetrics()
522 new Point(dc.getDisplayRect().width(), dc.getDisplayRect().height()); in testRotatedInfoWithFixedRotationTransform()
553 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()