Home
last modified time | relevance | path

Searched defs:deltaRotation (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DRotationUtils.java140 public static int deltaRotation(@Rotation int oldRotation, @Rotation int newRotation) { in deltaRotation() method in RotationUtils
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DPreviewPositionHelper.java197 private boolean isOrientationChange(int deltaRotation) { in isOrientationChange()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java943 int deltaRotation = deltaRotation(mCurrentRotation, mStartingQuickSwitchRotation); in orientSecondaryHomeHandle() local
1026 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in NavigationBar
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java662 @Surface.Rotation int deltaRotation, SurfaceControl positionLeash) { in updateSurfaceRotation()
H A DWindowContainer.java3663 final int deltaRotation = getRelativeDisplayRotation(); in updateSurfacePosition() local
3691 protected void updateSurfaceRotation(Transaction t, @Surface.Rotation int deltaRotation, in updateSurfaceRotation()