Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java924 final Rect currentAppBounds = mActivity.getWindowConfiguration().getAppBounds(); in testMoveToDifferentOrientationDisplay() local
952 assertEquals(currentAppBounds.height() * newDisplayBounds.height() in testMoveToDifferentOrientationDisplay()
953 / newDisplayBounds.width(), currentAppBounds.width()); in testMoveToDifferentOrientationDisplay()