Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DGroupedTaskView.java236 public void setOrientationState(RecentsOrientedState orientationState) { in setOrientationState() argument
237 super.setOrientationState(orientationState); in setOrientationState()
H A DTaskView.java880 public void setOrientationState(RecentsOrientedState orientationState) { in setOrientationState() argument
881 PagedOrientationHandler orientationHandler = orientationState.getOrientationHandler(); in setOrientationState()
903 mSnapshotView.getTaskOverlay().updateOrientationState(orientationState); in setOrientationState()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DAbsSwipeUpHandler.java813 RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
815 DeviceProfile dp = orientationState.getLauncherDeviceProfile();
828 orientationState.setMultiWindowMode(dp.isMultiWindowMode);
1372 RecentsOrientedState orientationState) {
1378 return orientationState.getDisplayRotation();
1389 final RecentsOrientedState orientationState = mRemoteTargetHandles[0].getTaskViewSimulator()
1391 final int windowRotation = calculateWindowRotation(runningTaskTarget, orientationState);
1392 final int homeRotation = orientationState.getRecentsActivityRotation();
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java134 public void setOrientationState(@NonNull RecentsOrientedState orientationState) { in setOrientationState() argument
135 mOrientationState = orientationState; in setOrientationState()