Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
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
208 if (endRunnable != null) { in createAnimation()
212 endRunnable.run(); in createAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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()
DTransformableView.java45 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo() argument
DViewTransformationHelper.java104 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo() argument
123 if (endRunnable != null) { in transformTo()
124 endRunnable.run(); in transformTo()
DStatusBarIconView.java734 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/
DAssistOrbContainer.java114 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/
DStackScrollerDecorView.java188 boolean animate, Runnable endRunnable) { in setViewVisible() argument
203 if (endRunnable != null) { in setViewVisible()
204 endRunnable.run(); in setViewVisible()
215 .withEndAction(endRunnable); in setViewVisible()
DHybridNotificationView.java127 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/
DHandlerRunnable.java31 public HandlerRunnable(Handler handler, Runnable endRunnable) { in HandlerRunnable() argument
33 mEndRunnable = endRunnable; in HandlerRunnable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DViewGroupFadeHelper.kt45 endRunnable: Runnable?) { in <lambda>()
78 endRunnable?.run() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java428 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()
DNotificationStackScrollLayout.java1849 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/
DQSIconViewImpl.java176 final Runnable endRunnable) { in animateGrayScale() argument
199 endRunnable.run(); in animateGrayScale()
205 endRunnable.run(); in animateGrayScale()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java1025 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/
DNotificationViewWrapper.java276 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo() argument
278 CrossFadeHelper.fadeOut(mView, endRunnable); in transformTo()
DNotificationHeaderViewWrapper.java349 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/
DMessagingLayout.java249 Runnable endRunnable = () -> { in removeGroups() local
258 group.removeGroupAnimated(endRunnable); in removeGroups()
260 endRunnable.run(); in removeGroups()
DLockPatternView.java819 Interpolator interpolator, final CellState state, final Runnable endRunnable) { in startRadiusAnimation() argument
828 if (endRunnable != null) { in startRadiusAnimation()
832 endRunnable.run(); in startRadiusAnimation()
DConversationLayout.java819 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/
DBubbleStackView.java1853 void collapseStack(Runnable endRunnable) { in collapseStack() argument
1859 endRunnable.run(); in collapseStack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3233 Runnable endRunnable) { in fadeKeyguardAfterLaunchTransition() argument
3235 mLaunchTransitionEndRunnable = endRunnable; in fadeKeyguardAfterLaunchTransition()