Home
last modified time | relevance | path

Searched refs:createSwipeDownToTaskAppAnimation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitOverviewStateTouchHelper.java78 PendingAnimation createSwipeDownToTaskAppAnimation(long duration, Interpolator interpolator) { in createSwipeDownToTaskAppAnimation() method in PortraitOverviewStateTouchHelper
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java258 .createSwipeDownToTaskAppAnimation(maxAccuracy, Interpolators.LINEAR); in initCurrentAnimation()