Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java782 public boolean startDisappearAnimation(Runnable onFinishRunnable) { in startDisappearAnimation() argument
788 onFinishRunnable); in startDisappearAnimation()
789 if (!didRunAnimation && onFinishRunnable != null) { in startDisappearAnimation()
790 onFinishRunnable.run(); in startDisappearAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java1886 private void flingQs(float vel, int type, final Runnable onFinishRunnable, in flingQs() argument
1909 if (onFinishRunnable != null) { in flingQs()
1910 onFinishRunnable.run(); in flingQs()
1959 if (onFinishRunnable != null) { in flingQs()
1960 onFinishRunnable.run(); in flingQs()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java379 Runnable onFinishRunnable) { in performAddAnimation() argument