Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java219 public void showContent(final Runnable onAnimationEndRunnable) { in showContent() argument
222 animateScale(false, onAnimationEndRunnable); in showContent()
230 public boolean hideContent(final Runnable onAnimationEndRunnable) { in hideContent() argument
237 animateScale(true, onAnimationEndRunnable); in hideContent()
253 final Runnable onAnimationEndRunnable) { in animateScale() argument
275 if (onAnimationEndRunnable != null) onAnimationEndRunnable.run(); in animateScale()
280 if (onAnimationEndRunnable != null) onAnimationEndRunnable.run(); in animateScale()
/packages/apps/Launcher2/src/com/android/launcher2/
DDeleteDropTarget.java205 Runnable onAnimationEndRunnable = new Runnable() { in animateToTrashAndCompleteDrop() local
215 new LinearInterpolator(), onAnimationEndRunnable, in animateToTrashAndCompleteDrop()
421 Runnable onAnimationEndRunnable = new Runnable() {
435 dragLayer.animateView(d.dragView, updateCb, duration, tInterpolator, onAnimationEndRunnable,