Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DWindowUtils.java51 int currentDisplayRotation = getCurrentRotation(); in getDisplayBounds() local
53 boolean displayIsRotated = (currentDisplayRotation == Surface.ROTATION_90 || in getDisplayBounds()
54 currentDisplayRotation == Surface.ROTATION_270); in getDisplayBounds()
71 int currentDisplayRotation = getCurrentRotation(); in getAppPosition() local
73 boolean displayIsRotated = currentDisplayRotation == Surface.ROTATION_90 || in getAppPosition()
74 currentDisplayRotation == Surface.ROTATION_270; in getAppPosition()