Searched refs:getAppPosition (Results 1 – 3 of 3) sorted by relevance
22 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()
22 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()
69 static Rect getAppPosition(int requestedRotation) { in getAppPosition() method in WindowUtils