Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DLetterboxAppHelper.kt88 val appRegionBounds = letterboxAppWindow.bounds in waitForAppToMoveHorizontallyTo() constant
89 val appWidth = appRegionBounds.width() in waitForAppToMoveHorizontallyTo()
91 appRegionBounds.left == displayBounds.right - appWidth && in waitForAppToMoveHorizontallyTo()
92 appRegionBounds.right == displayBounds.right in waitForAppToMoveHorizontallyTo()
94 appRegionBounds.left == displayBounds.left && in waitForAppToMoveHorizontallyTo()
95 appRegionBounds.right == displayBounds.left + appWidth in waitForAppToMoveHorizontallyTo()
110 val appRegionBounds = letterboxAppWindow.bounds in waitForAppToMoveVerticallyTo() constant
111 val appHeight = appRegionBounds.height() in waitForAppToMoveVerticallyTo()
113 appRegionBounds.bottom == displayBounds.bottom && in waitForAppToMoveVerticallyTo()
114 appRegionBounds.top == (displayBounds.bottom - appHeight + navBarHeight) in waitForAppToMoveVerticallyTo()
[all …]