/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 | ViewTransformationHelper.java | 69 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo() argument 88 if (endRunnable != null) { in transformTo() 89 endRunnable.run(); in transformTo()
|
D | TransformableView.java | 45 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo() argument
|
D | StatusBarIconView.java | 727 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable) { in setVisibleState() argument 728 setVisibleState(visibleState, animate, endRunnable, 0); in setVisibleState() 739 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable, in setVisibleState() argument 768 runRunnable(endRunnable); in setVisibleState() 794 runRunnable(endRunnable); in setVisibleState() 809 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 | 168 boolean animate, Runnable endRunnable) { in setViewVisible() argument 177 if (endRunnable != null) { in setViewVisible() 178 endRunnable.run(); in setViewVisible() 189 .withEndAction(endRunnable); in setViewVisible()
|
D | HybridNotificationView.java | 132 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument 133 mTransformationHelper.transformTo(notification, endRunnable); in transformTo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 427 Runnable endRunnable = null; in processAnimationEvents() local 446 endRunnable = () -> removeTransientView(changingView); in processAnimationEvents() 476 endRunnable, getGlobalAnimationFinishedListener()); in processAnimationEvents() 478 } else if (endRunnable != null) { in processAnimationEvents() 479 endRunnable.run(); in processAnimationEvents()
|
D | NotificationStackScrollLayout.java | 1760 public void dismissViewAnimated(View child, Runnable endRunnable, int delay, long duration) { 1761 mSwipeHelper.dismissChild(child, 0, endRunnable, delay, true, duration, 5594 Runnable endRunnable = null; 5596 endRunnable = onSlideAwayAnimationComplete; 5598 dismissViewAnimated(view, endRunnable, totalDelay, ANIMATION_DURATION_SWIPE);
|
/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/qs/tileimpl/ |
D | QSIconViewImpl.java | 176 final Runnable endRunnable) { in animateGrayScale() argument 199 endRunnable.run(); in animateGrayScale() 205 endRunnable.run(); in animateGrayScale()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationHeaderViewWrapper.java | 201 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument 202 mTransformationHelper.transformTo(notification, endRunnable); in transformTo()
|
D | NotificationViewWrapper.java | 237 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument 239 CrossFadeHelper.fadeOut(mView, endRunnable); in transformTo()
|
/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/core/java/com/android/internal/widget/ |
D | MessagingLayout.java | 220 Runnable endRunnable = () -> { in removeGroups() local 229 group.removeGroupAnimated(endRunnable); in removeGroups() 231 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 927 void collapseStack(Runnable endRunnable) { in collapseStack() argument 933 endRunnable.run(); in collapseStack()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 3161 Runnable endRunnable) { in fadeKeyguardAfterLaunchTransition() argument 3163 mLaunchTransitionEndRunnable = endRunnable; in fadeKeyguardAfterLaunchTransition()
|