Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRotationTouchHelper.java335 notifySysuiOfCurrentRotation(mOrientationTouchTransformer.getCurrentActiveRotation()); in onStartGesture()
356 mOrientationTouchTransformer.getCurrentActiveRotation()); in onEndTargetCalculated()
368 notifySysuiOfCurrentRotation(mOrientationTouchTransformer.getCurrentActiveRotation()); in onEndTargetCalculated()
383 notifySysuiOfCurrentRotation(mOrientationTouchTransformer.getCurrentActiveRotation()); in toggleSecondaryNavBarsForRotation()
386 public int getCurrentActiveRotation() { in getCurrentActiveRotation() method in RotationTouchHelper
391 return mOrientationTouchTransformer.getCurrentActiveRotation(); in getCurrentActiveRotation()
396 pw.println(" currentActiveRotation=" + getCurrentActiveRotation()); in dump()
DOrientationTouchTransformer.java311 int getCurrentActiveRotation() { in getCurrentActiveRotation() method in OrientationTouchTransformer
404 pw.println(" currentActiveRotation=" + getCurrentActiveRotation()); in dump()
DFallbackActivityInterface.java207 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
DLauncherActivityInterface.java252 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
DSwipeUpAnimationLogic.java91 mDeviceState.getRotationTouchHelper().getCurrentActiveRotation(), in SwipeUpAnimationLogic()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java2402 setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in onGestureAnimationStart()