Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DWindowUtils.java49 static Rect getDisplayBounds(int requestedRotation) { in getDisplayBounds() argument
56 boolean requestedDisplayIsRotated = requestedRotation == Surface.ROTATION_90 || in getDisplayBounds()
57 requestedRotation == Surface.ROTATION_270; in getDisplayBounds()
69 static Rect getAppPosition(int requestedRotation) { in getAppPosition() argument
76 boolean requestedAppIsRotated = requestedRotation == Surface.ROTATION_90 || in getAppPosition()
77 requestedRotation == Surface.ROTATION_270; in getAppPosition()
88 static Rect getStatusBarPosition(int requestedRotation) { in getStatusBarPosition() argument
93 if (requestedRotation == Surface.ROTATION_0 || requestedRotation == Surface.ROTATION_180) { in getStatusBarPosition()
107 static Rect getNavigationBarPosition(int requestedRotation) { in getNavigationBarPosition() argument
113 if (requestedRotation == Surface.ROTATION_0 || requestedRotation == Surface.ROTATION_180) { in getNavigationBarPosition()
[all …]