Searched defs:targetRotation (Results 1 – 8 of 8) 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
28 void continueRotateDisplay(int targetRotation, in WindowContainerTransaction t); in continueRotateDisplay()
161 final int targetRotation = (originalRotation + 1) % 4; in testFinishFixedRotationTransform() local
232 public void rotateTo(Resources res, @Surface.Rotation int targetRotation) { in rotateTo()
364 float targetRotation = (float) (Math.floor(ring.getStartingRotation() / MAX_PROGRESS_ARC) in applyFinishTranslation() local
579 private void continueRotation(int targetRotation, WindowContainerTransaction t) { in continueRotation()
2256 final int targetRotation = rotation != ROTATION_UNDEFINED in isSnapshotCompatible() local
1429 int targetRotation) { in RestartingPreDrawListener()