Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java222 || (canRecentsActivityRotate() && (mFlags & FLAG_SWIPE_UP_NOT_RUNNING) != 0)) { in updateHandler()
256 && !canRecentsActivityRotate(); in setFlag()
265 && !canRecentsActivityRotate(); in setFlag()
381 public boolean canRecentsActivityRotate() { in canRecentsActivityRotate() method in RecentsOrientedState
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java120 boolean canLauncherRotate = orientedState.canRecentsActivityRotate(); in updateOrientationState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java82 boolean canLauncherRotate = orientedState.canRecentsActivityRotate(); in getEnabledShortcuts()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1315 !mOrientationState.canRecentsActivityRotate() && isInLandscape); in updateOrientationHandler()
1710 if (mOrientationState.canRecentsActivityRotate()) { in animateRecentsRotationInPlace()
3749 boolean inPlaceLandscape = !mOrientationState.canRecentsActivityRotate()