Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java205 @Nullable final Runnable onFinishRunnable) { in revealOrHideViewWithAnimation() argument
227 if (onFinishRunnable != null) { in revealOrHideViewWithAnimation()
231 ThreadUtil.getMainThreadHandler().post(onFinishRunnable); in revealOrHideViewWithAnimation()
240 } else if (onFinishRunnable != null) { in revealOrHideViewWithAnimation()
242 ThreadUtil.getMainThreadHandler().post(onFinishRunnable); in revealOrHideViewWithAnimation()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java459 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
467 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition()
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java555 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
563 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition()