Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DViewUtils.java35 public static boolean postFrameDrawn(View view, Runnable onFinishRunnable) { in postFrameDrawn() argument
36 return postFrameDrawn(view, onFinishRunnable, () -> false); in postFrameDrawn()
46 View view, Runnable onFinishRunnable, BooleanSupplier canceled) { in postFrameDrawn() argument
47 return new FrameHandler(view, onFinishRunnable, canceled).schedule(); in postFrameDrawn()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java225 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition() argument
228 onFinishRunnable, animationEndStyle, duration, null); in animateViewIntoPosition()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java347 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() argument
351 return getCurrentSecurityController().startDisappearAnimation(onFinishRunnable); in startDisappearAnimation()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java4753 public void switchToScreenshot(Runnable onFinishRunnable) {
4755 if (onFinishRunnable != null) {
4756 onFinishRunnable.run();
4761 switchToScreenshotInternal(onFinishRunnable);
4764 private void switchToScreenshotInternal(Runnable onFinishRunnable) {
4767 onFinishRunnable.run();
4787 ViewUtils.postFrameDrawn(taskView, onFinishRunnable);
4798 Runnable onFinishRunnable) {
4803 ViewUtils.postFrameDrawn(taskView, onFinishRunnable);
4805 onFinishRunnable.run();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java2679 protected void flingSettings(float vel, int type, final Runnable onFinishRunnable, in flingSettings() argument
2697 if (onFinishRunnable != null) { in flingSettings()
2698 onFinishRunnable.run(); in flingSettings()
2743 if (onFinishRunnable != null) { in flingSettings()
2744 onFinishRunnable.run(); in flingSettings()