Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavbarOrientationTrackingLogger.kt75 private fun deltaRotation(oldRotation: Int, newRotation: Int): Int { in deltaRotation() method
DNavigationBar.java961 int deltaRotation = deltaRotation(mCurrentRotation, mStartingQuickSwitchRotation); in orientSecondaryHomeHandle() local
1052 private int deltaRotation(int oldRotation, int newRotation) { in deltaRotation() method in NavigationBar
/frameworks/base/core/java/android/util/
DRotationUtils.java141 public static int deltaRotation(@Rotation int oldRotation, @Rotation int newRotation) { in deltaRotation() method in RotationUtils
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
DPreviewPositionHelper.java196 private boolean isOrientationChange(int deltaRotation) { in isOrientationChange()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowToken.java666 @Surface.Rotation int deltaRotation, SurfaceControl positionLeash) { in updateSurfaceRotation()
DWindowContainer.java3667 final int deltaRotation = getRelativeDisplayRotation(); in updateSurfacePosition() local
3695 protected void updateSurfaceRotation(Transaction t, @Surface.Rotation int deltaRotation, in updateSurfaceRotation()