Searched defs:targetRotation (Results 1 – 9 of 9) sorted by relevance
81 var targetRotation = ROTATION_NONE regex160 var targetRotation = ROTATION_NONE regex261 var targetRotation = ROTATION_NONE regex351 var targetRotation = ROTATION_NONE regex440 var targetRotation = ROTATION_NONE regex
114 public void rotateTo(@Surface.Rotation int targetRotation) { in rotateTo()115 mDisplayLayout.rotateTo(mContext.getResources(), targetRotation); in rotateTo() local
176 final int targetRotation = (originalRotation + 1) % 4; in testFinishFixedRotationTransform() local
2064 final int targetRotation = currentRotation + 1; in testIsSnapshotCompatibleTaskSizeChanged() local
232 public void rotateTo(Resources res, @Surface.Rotation int targetRotation) { in rotateTo()
1499 int targetRotation, Point targetDisplaySize) { in RestartingPreDrawListener()
663 private void continueRotation(int targetRotation, WindowContainerTransaction t) { in continueRotation()
593 boolean hasCollectingRotationChange(@NonNull WindowContainer<?> wc, int targetRotation) { in hasCollectingRotationChange()
2614 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotCompatible() local