Home
last modified time | relevance | path

Searched refs:INDEX_PAUSE_TO_OVERVIEW_ANIM (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DFlingAndHoldTouchController.java33 ….android.launcher3.uioverrides.states.QuickstepAtomicAnimationFactory.INDEX_PAUSE_TO_OVERVIEW_ANIM;
215 .createStateElementAnimation(INDEX_PAUSE_TO_OVERVIEW_ANIM); in goToOverviewOnDragEnd()
DNoButtonQuickSwitchTouchController.java42 ….android.launcher3.uioverrides.states.QuickstepAtomicAnimationFactory.INDEX_PAUSE_TO_OVERVIEW_ANIM;
324 .createStateElementAnimation(INDEX_PAUSE_TO_OVERVIEW_ANIM); in onDragEnd()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java87 public static final int INDEX_PAUSE_TO_OVERVIEW_ANIM = field in QuickstepAtomicAnimationFactory
138 case INDEX_PAUSE_TO_OVERVIEW_ANIM: { in createStateElementAnimation()