Searched refs:onFinishRunnable (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | UiUtils.java | 205 @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/ |
D | DragLayer.java | 459 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/ |
D | DragLayer.java | 555 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument 563 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition()
|