Home
last modified time | relevance | path

Searched refs:getTransitionDuration (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/statemanager/
H A DBaseState.java39 int getTransitionDuration(Context context); in getTransitionDuration() method
H A DStateManager.java256 ? fromState.getTransitionDuration(mActivity) in goToStateAnimated()
257 : state.getTransitionDuration(mActivity); in goToStateAnimated()
/aosp12/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/states/
H A DOverviewState.java37 public int getTransitionDuration(Context context) { in getTransitionDuration() method in OverviewState
H A DAllAppsState.java49 public int getTransitionDuration(Context context) { in getTransitionDuration() method in AllAppsState
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DHintState.java46 public int getTransitionDuration(Context context) { in getTransitionDuration() method in HintState
H A DSpringLoadedState.java43 public int getTransitionDuration(Context context) { in getTransitionDuration() method in SpringLoadedState
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DOverviewModalTaskState.java43 public int getTransitionDuration(Context launcher) { in getTransitionDuration() method in OverviewModalTaskState
H A DAllAppsState.java48 public int getTransitionDuration(Context context) { in getTransitionDuration() method in AllAppsState
H A DOverviewState.java59 public int getTransitionDuration(Context context) { in getTransitionDuration() method in OverviewState
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DOverviewToHomeAnim.java85 config.duration = startState.getTransitionDuration(mLauncher); in animateWithVelocity()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java90 LauncherState.SPRING_LOADED.getTransitionDuration(Launcher.getLauncher(mContext)); in createWorkspaceItemInfo()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
H A DRecentsState.java80 public int getTransitionDuration(Context context) { in getTransitionDuration() method in RecentsState
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedSettingsUtil.java227 public int getTransitionDuration(Context context) { in getTransitionDuration() method in OneHandedSettingsUtil
H A DOneHandedTutorialHandler.java85 mAlphaAnimationDurationMs = settingsUtil.getTransitionDuration(context); in OneHandedTutorialHandler()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherState.java104 public int getTransitionDuration(Context context) {
H A DWorkspace.java2123 SPRING_LOADED.getTransitionDuration(mLauncher)); in onDrop()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNoButtonNavbarToOverviewTouchController.java166 animator.setDuration(HINT_STATE.getTransitionDuration(mLauncher)); in updateSwipeCompleteAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java3938 int duration = mActivity.getStateManager().getState().getTransitionDuration(getContext());
3955 int duration = mActivity.getStateManager().getState().getTransitionDuration(getContext());