/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | TaplTestsQuickstep.java | 120 isInState(() -> LauncherState.OVERVIEW)); in testOverview() 130 isInState(() -> LauncherState.OVERVIEW)); in testOverview() 138 isInState(() -> LauncherState.OVERVIEW)); in testOverview() 157 isInState(() -> LauncherState.OVERVIEW)); in testOverview() 195 isInState(() -> LauncherState.OVERVIEW)); in testDismissOverviewWithEscKey() 221 isInState(() -> LauncherState.OVERVIEW)); in testDismissModalTaskAndOverviewWithEscKey() 236 assertTrue("Launcher state is not Overview", isInState(() -> LauncherState.OVERVIEW)); in testOpenOverviewWithActionPlusTabKeys() 249 assertTrue("Launcher state is not Overview", isInState(() -> LauncherState.OVERVIEW)); in testOpenOverviewWithRecentsKey() 280 isInState(() -> LauncherState.OVERVIEW)); in testSwitchToOverview() 309 isInState(() -> LauncherState.OVERVIEW)); in testBackground() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | LauncherActivityInterface.java | 23 import static com.android.launcher3.LauncherState.OVERVIEW; 71 super(true, OVERVIEW, BACKGROUND_APP); in LauncherActivityInterface() 124 float toDepthRatio = OVERVIEW.getDepth(activity); in prepareRecentsUI() 236 launcher.getStateManager().goToState(OVERVIEW, in switchToRecentsIfVisible() 282 && OVERVIEW.areElementsVisible(getCreatedContainer(), FLOATING_SEARCH_BAR); in allowAllAppsFromOverview() 290 && launcher.getStateManager().getState() == OVERVIEW in isInLiveTileMode() 310 launcher.getStateManager().goToState(OVERVIEW); in onLaunchTaskFailed() 377 return OVERVIEW; in stateFromGestureEndTarget()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | PortraitStatesTouchController.java | 22 import static com.android.launcher3.LauncherState.OVERVIEW; 77 } else if (mLauncher.isInState(OVERVIEW)) { in canInterceptTouch() 138 if (mFromState == OVERVIEW && mToState == NORMAL in initCurrentAnimation() 141 mLauncher.getStateManager().goToState(OVERVIEW, false /* animate */); in initCurrentAnimation() 166 if (mStartState == NORMAL && targetState == OVERVIEW) { in onSwipeInteractionCompleted()
|
D | TwoButtonNavbarTouchController.java | 22 import static com.android.launcher3.LauncherState.OVERVIEW; 84 if (!mIsTransposed && mLauncher.isInState(OVERVIEW)) { in canInterceptTouchInternal() 104 return isDragTowardPositive ^ (startState == OVERVIEW) ? HINT_STATE_TWO_BUTTON : NORMAL; in getTargetState()
|
D | NoButtonQuickSwitchTouchController.java | 26 import static com.android.launcher3.LauncherState.OVERVIEW; 243 final LauncherState toState = OVERVIEW; in setupOverviewAnimators() 331 mStartState, OVERVIEW, config); in onDragEnd() 335 onAnimationToStateCompleted(OVERVIEW); in onDragEnd() 344 OVERVIEW, config.duration, StateAnimationConfig.SKIP_ALL_ANIMATIONS) in onDragEnd() 470 } else if (targetState == OVERVIEW) { in onAnimationToStateCompleted()
|
D | NoButtonNavbarToOverviewTouchController.java | 25 import static com.android.launcher3.LauncherState.OVERVIEW; 195 if (mLauncher.isInState(OVERVIEW)) { in onDragEnd() 230 mLauncher.getStateManager().goToState(OVERVIEW, true, forSuccessCallback(() -> { in onMotionPauseDetected() 247 onSwipeInteractionCompleted(OVERVIEW); in maybeSwipeInteractionToOverviewComplete()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | KeyboardShortcutsDelegate.java | 20 import static com.android.launcher3.LauncherState.OVERVIEW; 125 } else if (mLauncher.isInState(LauncherState.OVERVIEW) in onKeyDown() 132 mLauncher.getStateManager().goToState(OVERVIEW, true); in onKeyDown()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | AllAppsState.java | 125 ScaleAndTranslation overviewScaleAndTranslation = LauncherState.OVERVIEW in getHotseatScaleAndTranslation() 201 : previousState == OVERVIEW ? OVERVIEW : NORMAL;
|
D | QuickstepAtomicAnimationFactory.java | 38 import static com.android.launcher3.LauncherState.OVERVIEW; 98 if ((fromState == OVERVIEW || fromState == OVERVIEW_SPLIT_SELECT) && toState == NORMAL) { in prepareForAtomicAnimation() 170 || fromState == HINT_STATE_TWO_BUTTON) && toState == OVERVIEW) { in prepareForAtomicAnimation() 214 } else if (fromState == OVERVIEW && toState == OVERVIEW_SPLIT_SELECT) { in prepareForAtomicAnimation()
|
D | OverviewModalTaskState.java | 63 launcher.getStateManager().goToState(LauncherState.OVERVIEW); in onBackInvoked()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | ItemLongClickListener.java | 24 import static com.android.launcher3.LauncherState.OVERVIEW; 72 && !launcher.isInState(OVERVIEW) in onWorkspaceItemLongClick() 150 if (!launcher.isInState(ALL_APPS) && !launcher.isInState(OVERVIEW)) return false; in onAllAppsItemLongClick()
|
D | AbstractStateChangeTouchController.java | 24 import static com.android.launcher3.LauncherState.OVERVIEW; 251 } else if (mStartState == OVERVIEW) { in onDrag()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | OverviewToHomeAnim.java | 19 import static com.android.launcher3.LauncherState.OVERVIEW; 67 if (startState != OVERVIEW) { in animateWithVelocity()
|
D | QuickstepOnboardingPrefs.java | 23 import static com.android.launcher3.LauncherState.OVERVIEW; 61 if (((swipeUpEnabled && finalState == OVERVIEW) || (!swipeUpEnabled in setup()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | LauncherRecentsView.java | 24 import static com.android.launcher3.LauncherState.OVERVIEW; 178 boolean isOverlayEnabled = finalState == OVERVIEW || finalState == OVERVIEW_MODAL_TASK; in onStateTransitionComplete() 224 getStateManager().goToState(LauncherState.OVERVIEW, animate); in setModalStateEnabled()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarLauncherStateController.java | 297 !mLauncher.isInState(LauncherState.OVERVIEW), false /*canceled*/); in createAnimToLauncher() 449 boolean onOverview = mLauncherState == LauncherState.OVERVIEW; in onStateChangeApplied() 455 mLauncherState == LauncherState.OVERVIEW); in onStateChangeApplied() 473 if (mLauncherState == LauncherState.OVERVIEW) { in onStateChangeApplied() 780 boolean isInOverview = mLauncher.isInState(LauncherState.OVERVIEW); in onRecentsAnimationCanceled()
|
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/ |
D | ChronicleAnalyticsClient.kt | 27 OVERVIEW, // copybara:strip(Remove things specific to PCC)
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | RecentsViewStateController.java | 20 import static com.android.launcher3.LauncherState.OVERVIEW; 128 toState == OVERVIEW && mLauncher.isSplitSelectionActive(); in handleSplitSelectionState()
|
D | QuickstepLauncher.java | 37 import static com.android.launcher3.LauncherState.OVERVIEW; 491 boolean visible = (state == NORMAL || state == OVERVIEW) in onStateOrResumeChanging() 572 getStateManager().goToState(OVERVIEW); in onStateSetEnd() 588 getStateManager().goToState(OVERVIEW); in onStateSetEnd() 1302 outState.putInt(RUNTIME_STATE, OVERVIEW.ordinal); in onSaveInstanceState() 1433 return mContainer.isInState(OVERVIEW) || mContainer.isInState(OVERVIEW_MODAL_TASK); in isRecentsInteractive()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Overview.java | 32 return ContainerType.OVERVIEW; in getContainerType()
|
/packages/apps/Launcher3/src_no_quickstep/com/android/launcher3/uioverrides/states/ |
D | AllAppsState.java | 76 ScaleAndTranslation overviewScaleAndTranslation = LauncherState.OVERVIEW in getHotseatScaleAndTranslation()
|
/packages/modules/adb/ |
D | README.md | 3 If you are new to adb source code, you should start by reading [OVERVIEW.TXT](OVERVIEW.TXT) which d…
|
D | SYNC.TXT | 2 to the ADB server of an adbd daemon. See the OVERVIEW.TXT document
|
/packages/apps/Launcher3/quickstep/protos_overrides/ |
D | launcher_atom_extension.proto | 67 OVERVIEW = 3; enumerator
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherState.java | 138 public static final LauncherState OVERVIEW = new OverviewState(OVERVIEW_STATE_ORDINAL); field in LauncherState
|