Home
last modified time | relevance | path

Searched refs:setLayoutRotation (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DLauncherRecentsView.java91 setLayoutRotation(Surface.ROTATION_0, Surface.ROTATION_0); in reset()
H A DRecentsView.java652 setLayoutRotation(mOrientationState.getTouchRotation(),
2082 setLayoutRotation(newRotation, mOrientationState.getDisplayRotation()); in animateRecentsRotationInPlace()
3551 public void setLayoutRotation(int touchRotation, int displayRotation) { in setLayoutRotation() method in RecentsView
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DFallbackActivityInterface.java214 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
H A DLauncherActivityInterface.java249 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()