Home
last modified time | relevance | path

Searched refs:endRunnable (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java90 Runnable endRunnable = null; in startAnimations() local
92 endRunnable = finishListener; in startAnimations()
100 mAppearing, mInterpolator, endRunnable); in startAnimations()
118 Runnable endRunnable = null; in startAnimations() local
120 endRunnable = finishListener; in startAnimations()
124 mAppearing, mInterpolator, endRunnable); in startAnimations()
182 boolean appearing, Interpolator interpolator, final Runnable endRunnable) { in createAnimation() argument
184 view, delay, duration, translationY, appearing, interpolator, endRunnable, null); in createAnimation()
190 final Runnable endRunnable, final AnimatorListenerAdapter animatorListener) { in createAnimation() argument
222 if (endRunnable != null) { in createAnimation()
[all …]
H A DAppearAnimationCreator.java32 Runnable endRunnable); in createAnimation() argument
39 Runnable endRunnable, AnimatorListenerAdapter animatorListener) {} in createAnimation() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java101 Consumer<Boolean> endRunnable = (cancelled) -> { in setContentVisible() local
107 setViewVisible(mContent, visible, animate, endRunnable); in setContentVisible()
194 boolean animate, Consumer<Boolean> endRunnable) { in setViewVisible() argument
209 if (endRunnable != null) { in setViewVisible()
210 endRunnable.accept(true); in setViewVisible()
231 endRunnable.accept(mCancelled); in setViewVisible()
254 Runnable endRunnable) { in performAddAnimation() argument
H A DHybridNotificationView.java131 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument
132 mTransformationHelper.transformTo(notification, endRunnable); in transformTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java35 public static void fadeOut(final View view, final Runnable endRunnable) { in fadeOut() argument
36 fadeOut(view, ANIMATION_DURATION_LENGTH, 0, endRunnable); in fadeOut()
40 final Runnable endRunnable) { in fadeOut() argument
50 if (endRunnable != null) { in fadeOut()
51 endRunnable.run(); in fadeOut()
H A DViewTransformationHelper.java104 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo() argument
119 if (endRunnable != null) { in transformTo()
120 endRunnable.run(); in transformTo()
H A DTransformableView.java46 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo() argument
H A DStatusBarIconView.java842 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable) { in setVisibleState() argument
843 setVisibleState(visibleState, animate, endRunnable, 0); in setVisibleState()
854 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable, in setVisibleState() argument
883 runRunnable(endRunnable); in setVisibleState()
909 runRunnable(endRunnable); in setVisibleState()
924 runRunnable(endRunnable); in setVisibleState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java198 final Runnable endRunnable) { in animateGrayScale() argument
212 mColorAnimator.addListener(new EndRunnableAnimatorListener(endRunnable)); in animateGrayScale()
218 endRunnable.run(); in animateGrayScale()
265 EndRunnableAnimatorListener(Runnable endRunnable) { in EndRunnableAnimatorListener() argument
267 mRunnable = endRunnable; in EndRunnableAnimatorListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java467 Runnable endRunnable = null; in processAnimationEvents() local
473 endRunnable = changingView::removeFromTransientContainer; in processAnimationEvents()
487 Runnable postAnimation = endRunnable; in processAnimationEvents()
491 Runnable finalEndRunnable = endRunnable; in processAnimationEvents()
503 } else if (endRunnable != null) { in processAnimationEvents()
504 endRunnable.run(); in processAnimationEvents()
H A DNotificationStackScrollLayout.java1890 View child, Consumer<Boolean> endRunnable, int delay, long duration) {
1893 false /* visible */, true /* animate */, endRunnable);
1899 endRunnable,
5338 Consumer<Boolean> endRunnable = null; in clearNotifications() local
5340 endRunnable = dismissInBackend; in clearNotifications()
5342 dismissViewAnimated(view, endRunnable, totalDelay, ANIMATION_DURATION_SWIPE); in clearNotifications()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarAnimationHelper.java178 public void animateCollapse(Runnable endRunnable) { in animateCollapse() argument
210 if (endRunnable != null) { in animateCollapse()
211 endRunnable.run(); in animateCollapse()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DViewGroupFadeHelper.kt45 endRunnable: Runnable?) {
78 endRunnable?.run()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapper.java286 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument
288 CrossFadeHelper.fadeOut(mView, endRunnable); in transformTo()
H A DNotificationHeaderViewWrapper.java321 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument
322 mTransformationHelper.transformTo(notification, endRunnable); in transformTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java264 Runnable endRunnable, Runnable cancelRunnable); in fadeKeyguardAfterLaunchTransition() argument
H A DCentralSurfacesImpl.java2429 Runnable endRunnable, Runnable cancelRunnable) { in fadeKeyguardAfterLaunchTransition() argument
2431 mLaunchTransitionEndRunnable = endRunnable; in fadeKeyguardAfterLaunchTransition()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewHierarchyAnimator.kt434 val endRunnable = Runnable { regex
477 endRunnable,