Home
last modified time | relevance | path

Searched refs:getCurrentActiveRotation (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRotationTouchHelper.java342 notifySysuiOfCurrentRotation(mOrientationTouchTransformer.getCurrentActiveRotation()); in onStartGesture()
363 mOrientationTouchTransformer.getCurrentActiveRotation()); in onEndTargetCalculated()
375 notifySysuiOfCurrentRotation(mOrientationTouchTransformer.getCurrentActiveRotation()); in onEndTargetCalculated()
390 notifySysuiOfCurrentRotation(mOrientationTouchTransformer.getCurrentActiveRotation()); in toggleSecondaryNavBarsForRotation()
393 public int getCurrentActiveRotation() { in getCurrentActiveRotation() method in RotationTouchHelper
398 return mOrientationTouchTransformer.getCurrentActiveRotation(); in getCurrentActiveRotation()
403 pw.println(" currentActiveRotation=" + getCurrentActiveRotation()); in dump()
H A DOrientationTouchTransformer.java346 int getCurrentActiveRotation() { in getCurrentActiveRotation() method in OrientationTouchTransformer
406 pw.println(" currentActiveRotation=" + getCurrentActiveRotation()); in dump()
H A DFallbackActivityInterface.java214 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
H A DLauncherActivityInterface.java249 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
H A DSwipeUpAnimationLogic.java92 mDeviceState.getRotationTouchHelper().getCurrentActiveRotation(), in SwipeUpAnimationLogic()