Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java121 public void updateOrientationState(RecentsOrientedState orientedState) { in updateOrientationState() argument
123 boolean canLauncherRotate = orientedState.isRecentsActivityRotationAllowed(); in updateOrientationState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt162 orientedState: RecentsOrientedState, in <lambda>()
221 setOrientationState(orientedState) in <lambda>()
DGroupedTaskView.kt124 orientedState: RecentsOrientedState, in bind()
166 setOrientationState(orientedState) in bind()
DTaskView.kt161 get() = orientedState.orientationHandler in <lambda>()
260 lateinit var orientedState: RecentsOrientedState in <lambda>() variable
656 orientedState: RecentsOrientedState, in <lambda>()
671 setOrientationState(orientedState) in <lambda>()
743 this.orientedState = orientationState in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java470 RecentsOrientedState orientedState = taskContainer.getTaskView().getOrientedState();
471 boolean isFakeLandscape = !orientedState.isRecentsActivityRotationAllowed()
472 && orientedState.getTouchRotation() != ROTATION_0;
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java166 RecentsOrientedState orientedState = mTaskContainer.getTaskView().getOrientedState(); in initOverlay() local
167 boolean isInLandscape = orientedState.getDisplayRotation() != ROTATION_0; in initOverlay()