/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | AppearAnimationUtils.java | 90 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 D | AppearAnimationCreator.java | 32 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 D | StackScrollerDecorView.java | 101 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 D | HybridNotificationView.java | 131 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 D | CrossFadeHelper.java | 35 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 D | ViewTransformationHelper.java | 104 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 D | TransformableView.java | 46 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo() argument
|
H A D | StatusBarIconView.java | 842 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 D | QSIconViewImpl.java | 198 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 D | StackStateAnimator.java | 467 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 D | NotificationStackScrollLayout.java | 1890 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 D | BubbleBarAnimationHelper.java | 178 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 D | ViewGroupFadeHelper.kt | 45 endRunnable: Runnable?) { 78 endRunnable?.run()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationViewWrapper.java | 286 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument 288 CrossFadeHelper.fadeOut(mView, endRunnable); in transformTo()
|
H A D | NotificationHeaderViewWrapper.java | 321 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 D | CentralSurfaces.java | 264 Runnable endRunnable, Runnable cancelRunnable); in fadeKeyguardAfterLaunchTransition() argument
|
H A D | CentralSurfacesImpl.java | 2429 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 D | ViewHierarchyAnimator.kt | 434 val endRunnable = Runnable { regex 477 endRunnable,
|