Searched defs:deltaRotation (Results 1 – 6 of 6) sorted by relevance
75 private fun deltaRotation(oldRotation: Int, newRotation: Int): Int { in deltaRotation() method
961 int deltaRotation = deltaRotation(mCurrentRotation, mStartingQuickSwitchRotation); in orientSecondaryHomeHandle() local1052 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in NavigationBar
141 public static int deltaRotation(@Rotation int oldRotation, @Rotation int newRotation) { in deltaRotation() method in RotationUtils
196 private boolean isOrientationChange(int deltaRotation) { in isOrientationChange()
666 @Surface.Rotation int deltaRotation, SurfaceControl positionLeash) { in updateSurfaceRotation()
3667 final int deltaRotation = getRelativeDisplayRotation(); in updateSurfacePosition() local3695 protected void updateSurfaceRotation(Transaction t, @Surface.Rotation int deltaRotation, in updateSurfaceRotation()