Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DAnimatorPlaybackController.java259 setOnCancelRunnable(null); in dispatchOnCancelWithoutCancelRunnable()
261 setOnCancelRunnable(onCancel); in dispatchOnCancelWithoutCancelRunnable()
293 public void setOnCancelRunnable(Runnable runnable) { in setOnCancelRunnable() method in AnimatorPlaybackController
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java204 mCurrentAnimation.setOnCancelRunnable(null); in reInitAnimationController()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java201 mCurrentAnimation.setOnCancelRunnable(null); in reinitCurrentAnimation()