Home
last modified time | relevance | path

Searched refs:initCurrentAnimation (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTransposedQuickSwitchTouchController.java35 protected float initCurrentAnimation(int animComponents) { in initCurrentAnimation() method in TransposedQuickSwitchTouchController
36 float multiplier = super.initCurrentAnimation(animComponents); in initCurrentAnimation()
DNoButtonNavbarToOverviewTouchController.java106 protected float initCurrentAnimation(int animComponents) { in initCurrentAnimation() method in NoButtonNavbarToOverviewTouchController
107 float progressMultiplier = super.initCurrentAnimation(animComponents); in initCurrentAnimation()
DNavBarToHomeTouchController.java151 initCurrentAnimation(); in onDragStart()
154 private void initCurrentAnimation() { in initCurrentAnimation() method in NavBarToHomeTouchController
DQuickSwitchTouchController.java106 protected float initCurrentAnimation(int animComponents) { in initCurrentAnimation() method in QuickSwitchTouchController
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java79 protected float initCurrentAnimation(@AnimationFlags int animComponents) { in initCurrentAnimation() method in AllAppsSwipeController
DAbstractStateChangeTouchController.java188 protected abstract float initCurrentAnimation(@AnimationFlags int animComponents); in initCurrentAnimation() method in AbstractStateChangeTouchController
233 mProgressMultiplier = initCurrentAnimation(animComponents); in reinitCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeEdgeSwipeController.java59 protected float initCurrentAnimation(@AnimationFlags int animComponent) { in initCurrentAnimation() method in LandscapeEdgeSwipeController
DPortraitStatesTouchController.java237 protected float initCurrentAnimation(@AnimationFlags int animFlags) { in initCurrentAnimation() method in PortraitStatesTouchController