Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java180 StateAnimationConfig config = getConfigForStates(mFromState, mToState); in initCurrentAnimation()
192 protected StateAnimationConfig getConfigForStates(LauncherState fromState, in getConfigForStates() method in AllAppsSwipeController
194 StateAnimationConfig config = super.getConfigForStates(fromState, toState); in getConfigForStates()
DAbstractStateChangeTouchController.java274 protected StateAnimationConfig getConfigForStates( in getConfigForStates() method in AbstractStateChangeTouchController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java106 protected StateAnimationConfig getConfigForStates( in getConfigForStates() method in PortraitStatesTouchController
129 : getConfigForStates(mFromState, mToState); in initCurrentAnimation()