Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DWindowUtils.java51 int currentDisplayRotation = getCurrentRotation(); in getDisplayBounds() local
54 (currentDisplayRotation == Surface.ROTATION_90 in getDisplayBounds()
55 || currentDisplayRotation == Surface.ROTATION_270); in getDisplayBounds()
72 int currentDisplayRotation = getCurrentRotation(); in getAppPosition() local
75 currentDisplayRotation == Surface.ROTATION_90 in getAppPosition()
76 || currentDisplayRotation == Surface.ROTATION_270; in getAppPosition()