/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
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 208 if (endRunnable != null) { in createAnimation() 212 endRunnable.run(); in createAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
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()
|
D | TransformableView.java | 45 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo() argument
|
D | ViewTransformationHelper.java | 104 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo() argument 123 if (endRunnable != null) { in transformTo() 124 endRunnable.run(); in transformTo()
|
D | StatusBarIconView.java | 734 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable) { in setVisibleState() argument 735 setVisibleState(visibleState, animate, endRunnable, 0); in setVisibleState() 746 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable, in setVisibleState() argument 775 runRunnable(endRunnable); in setVisibleState() 801 runRunnable(endRunnable); in setVisibleState() 816 runRunnable(endRunnable); in setVisibleState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistOrbContainer.java | 114 private void startExitAnimation(final Runnable endRunnable) { in startExitAnimation() argument 116 if (endRunnable != null) { in startExitAnimation() 117 endRunnable.run(); in startExitAnimation() 133 .withEndAction(endRunnable); in startExitAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | StackScrollerDecorView.java | 188 boolean animate, Runnable endRunnable) { in setViewVisible() argument 203 if (endRunnable != null) { in setViewVisible() 204 endRunnable.run(); in setViewVisible() 215 .withEndAction(endRunnable); in setViewVisible()
|
D | HybridNotificationView.java | 127 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument 128 mTransformationHelper.transformTo(notification, endRunnable); in transformTo()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/ |
D | HandlerRunnable.java | 31 public HandlerRunnable(Handler handler, Runnable endRunnable) { in HandlerRunnable() argument 33 mEndRunnable = endRunnable; in HandlerRunnable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | ViewGroupFadeHelper.kt | 45 endRunnable: Runnable?) { in <lambda>() 78 endRunnable?.run() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 428 Runnable endRunnable = null; in processAnimationEvents() local 447 endRunnable = () -> removeTransientView(changingView); in processAnimationEvents() 478 endRunnable, getGlobalAnimationFinishedListener()); in processAnimationEvents() 480 } else if (endRunnable != null) { in processAnimationEvents() 481 endRunnable.run(); in processAnimationEvents()
|
D | NotificationStackScrollLayout.java | 1849 public void dismissViewAnimated(View child, Runnable endRunnable, int delay, long duration) { 1850 mSwipeHelper.dismissChild(child, 0, endRunnable, delay, true, duration, 5761 Runnable endRunnable = null; 5763 endRunnable = onSlideAwayAnimationComplete; 5765 dismissViewAnimated(view, endRunnable, totalDelay, ANIMATION_DURATION_SWIPE);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 176 final Runnable endRunnable) { in animateGrayScale() argument 199 endRunnable.run(); in animateGrayScale() 205 endRunnable.run(); in animateGrayScale()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 1025 Runnable endRunnable = new Runnable() { in runEnterAnimation() local 1034 animator.withEndAction(endRunnable); in runEnterAnimation() 1036 mHandler.postDelayed(endRunnable, ENTER_ANIMATION_DURATION_MS); in runEnterAnimation() 1107 Runnable endRunnable = new Runnable() { in runExitAnimation() local 1132 animator.withEndAction(endRunnable); in runExitAnimation() 1134 mHandler.postDelayed(endRunnable, EXIT_ANIMATION_DURATION_MS); in runExitAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationViewWrapper.java | 276 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument 278 CrossFadeHelper.fadeOut(mView, endRunnable); in transformTo()
|
D | NotificationHeaderViewWrapper.java | 349 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument 350 mTransformationHelper.transformTo(notification, endRunnable); in transformTo()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingLayout.java | 249 Runnable endRunnable = () -> { in removeGroups() local 258 group.removeGroupAnimated(endRunnable); in removeGroups() 260 endRunnable.run(); in removeGroups()
|
D | LockPatternView.java | 819 Interpolator interpolator, final CellState state, final Runnable endRunnable) { in startRadiusAnimation() argument 828 if (endRunnable != null) { in startRadiusAnimation() 832 endRunnable.run(); in startRadiusAnimation()
|
D | ConversationLayout.java | 819 Runnable endRunnable = () -> { in removeGroups() local 828 group.removeGroupAnimated(endRunnable); in removeGroups() 830 endRunnable.run(); in removeGroups()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 1853 void collapseStack(Runnable endRunnable) { in collapseStack() argument 1859 endRunnable.run(); in collapseStack()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 3233 Runnable endRunnable) { in fadeKeyguardAfterLaunchTransition() argument 3235 mLaunchTransitionEndRunnable = endRunnable; in fadeKeyguardAfterLaunchTransition()
|