Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDeleteDropTarget.java213 Runnable onAnimationEndRunnable = new Runnable() { in animateToTrashAndCompleteDrop() local
223 new LinearInterpolator(), onAnimationEndRunnable, in animateToTrashAndCompleteDrop()
429 Runnable onAnimationEndRunnable = new Runnable() {
441 dragLayer.animateView(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,
/packages/apps/Launcher3/src/com/android/launcher3/
DDeleteDropTarget.java258 Runnable onAnimationEndRunnable = new Runnable() { in animateToTrashAndCompleteDrop() local
268 new LinearInterpolator(), onAnimationEndRunnable, in animateToTrashAndCompleteDrop()
539 Runnable onAnimationEndRunnable = new Runnable() {
551 dragLayer.animateView(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,
DPagedView.java2781 final Runnable onAnimationEndRunnable = createPostDeleteAnimationRunnable(dragView); in onFlingToDelete() local
2791 onAnimationEndRunnable.run(); in onFlingToDelete()
2836 final Runnable onAnimationEndRunnable = createPostDeleteAnimationRunnable(dragView); in onDropToDelete() local
2843 onAnimationEndRunnable.run(); in onDropToDelete()