Home
last modified time | relevance | path

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

/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DChangeAppRotationTest.java22 import static com.android.server.wm.flicker.WindowUtils.getAppPosition;
111 Rect startingPos = getAppPosition(beginRotation); in checkPosition_appLayerRotates()
112 Rect endingPos = getAppPosition(endRotation); in checkPosition_appLayerRotates()
DSeamlessAppRotationTest.java22 import static com.android.server.wm.flicker.WindowUtils.getAppPosition;
137 Rect startingPos = getAppPosition(mBeginRotation); in checkPosition_appLayerRotates()
138 Rect endingPos = getAppPosition(mEndRotation); in checkPosition_appLayerRotates()
/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DWindowUtils.java69 static Rect getAppPosition(int requestedRotation) { in getAppPosition() method in WindowUtils