Home
last modified time | relevance | path

Searched defs:onFinishRunnable (Results 1 – 5 of 5) 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()
46 View view, Runnable onFinishRunnable, BooleanSupplier canceled) { in postFrameDrawn()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DUiUtils.java205 @Nullable final Runnable onFinishRunnable) { in revealOrHideViewWithAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java347 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java225 float scaleX, float scaleY, int animationEndStyle, Runnable onFinishRunnable, in animateViewIntoPosition()
/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()