Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DFallbackActivityInterface.java201 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
DLauncherActivityInterface.java249 recentsView.setLayoutRotation(rotationTouchHelper.getCurrentActiveRotation(), in notifyRecentsOfOrientation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DLauncherRecentsView.java109 setLayoutRotation(Surface.ROTATION_0, Surface.ROTATION_0); in reset()
DRecentsView.java567 setLayoutRotation(mOrientationState.getTouchRotation(),
1716 setLayoutRotation(newRotation, mOrientationState.getDisplayRotation()); in animateRecentsRotationInPlace()
2715 public void setLayoutRotation(int touchRotation, int displayRotation) { in setLayoutRotation() method in RecentsView