Home
last modified time | relevance | path

Searched defs:endRunnable (Results 1 – 19 of 19) sorted by relevance

/aosp12/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()
40 final Runnable endRunnable) { in fadeOut()
H A DTransformableView.java46 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo()
H A DViewTransformationHelper.java104 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo()
H A DStatusBarIconView.java768 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable) { in setVisibleState()
780 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable, in setVisibleState()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java90 Runnable endRunnable = null; in startAnimations() local
118 Runnable endRunnable = null; in startAnimations() local
182 boolean appearing, Interpolator interpolator, final Runnable endRunnable) { in createAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DStackScrollerDecorView.java103 Runnable endRunnable = runAfter == null ? mContentVisibilityEndRunnable : () -> { in setContentVisible() local
195 boolean animate, Runnable endRunnable) { in setViewVisible()
H A DHybridNotificationView.java128 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DHandlerRunnable.java45 Consumer<T> callback, Runnable endRunnable) { in HandlerRunnable()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingWidgetView.java92 Runnable endRunnable = mEndRunnable; in onAnimationEnd() local
150 Runnable endRunnable = mEndRunnable; in fastFinish() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java280 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
H A DNotificationViewWrapper.java288 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImpl.java187 final Runnable endRunnable) { in animateGrayScale()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1025 Runnable endRunnable = new Runnable() { in runEnterAnimation() local
1107 Runnable endRunnable = new Runnable() { in runExitAnimation() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java421 Runnable endRunnable = null; in processAnimationEvents() local
H A DNotificationStackScrollLayout.java5148 Runnable endRunnable = null; in clearNotifications() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLayout.java266 Runnable endRunnable = () -> { in removeGroups() local
H A DLockPatternView.java821 Interpolator interpolator, final CellState state, final Runnable endRunnable) { in startRadiusAnimation()
H A DConversationLayout.java748 Runnable endRunnable = () -> { in removeGroups() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java3005 Runnable endRunnable) { in fadeKeyguardAfterLaunchTransition()