Searched refs:getEndRotation (Results 1 – 16 of 16) sorted by relevance
112 if (change.getParent() == null && change.getEndRotation() >= 0 in wrap()113 && change.getEndRotation() != change.getStartRotation()) { in wrap()114 rotateDelta = change.getEndRotation() - change.getStartRotation(); in wrap()
49 displayRotationChange.getStartRotation(), displayRotationChange.getEndRotation()); in handleClosingChanges()
220 if (change.getEndRotation() == change.getStartRotation()) continue; in getRotationAnimationHint()276 || displayChange.getEndRotation() == upsideDownRotation) { in getRotationAnimationHint()413 && change.getStartRotation() != change.getEndRotation()) { in startAnimation()
127 mEndRotation = change.getEndRotation(); in ScreenRotationAnimation()
1172 if (change.getEndRotation() != change.getStartRotation()) { in requestStartTransition()1178 change.getStartRotation(), change.getEndRotation()); in requestStartTransition()
335 target.setRotationChange(change.getEndRotation() - change.getStartRotation()); in newTarget()
742 && change.getStartRotation() != change.getEndRotation()) { in startExitAnimation()796 displayRotationChange.getEndRotation()); in startExpandAndRotationAnimation()994 ? mEndFixedRotation : pipChange.getEndRotation(); in startEnterAnimation()
172 public int getEndRotation() { in getEndRotation() method in TransitionRequestInfo.DisplayChange
949 public int getEndRotation() { in getEndRotation() method in TransitionInfo.Change
160 change.getEndRotation()); in wrap()
676 if (dispChange.getStartRotation() != dispChange.getEndRotation()) { in handleMidTransitionRequest()
1101 assertEquals(endRotation, changeOfActivity.getEndRotation()); in testTransitionBounds()1108 assertEquals(task.getWindowConfiguration().getRotation(), changeOfTask.getEndRotation()); in testTransitionBounds()
2115 assertNotEquals(testPlayer.mLastReady.getChange(dcToken).getEndRotation(), in testShellTransitRotation()
1083 if (c.hasFlags(FLAG_IS_DISPLAY) && c.getStartRotation() != c.getEndRotation() in buildCleanupTransaction()
3522 displayChange.getStartRotation(), displayChange.getEndRotation(), in requestChangeTransition()
2659 && displayChange.getStartRotation() != displayChange.getEndRotation()) { in handleRequest()