Searched refs:deltaRotation (Results 1 – 4 of 4) sorted by relevance
608 private boolean isOrientationChange(int deltaRotation) { in isOrientationChange() argument609 return deltaRotation == Surface.ROTATION_90 || deltaRotation == Surface.ROTATION_270; in isOrientationChange()
19 import static com.android.launcher3.states.RotationHelper.deltaRotation;234 postDisplayRotation(deltaRotation( in applyWindowToHomeRotation()
25 import static com.android.launcher3.states.RotationHelper.deltaRotation;456 postDisplayRotation(deltaRotation(mCurrentDisplay.rotation, mRotation), in applyTransform()
196 public static int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in RotationHelper