Searched defs:endRunnable (Results 1 – 17 of 17) sorted by relevance
/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() 40 final Runnable endRunnable) { in fadeOut()
|
D | TransformableView.java | 45 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo()
|
D | ViewTransformationHelper.java | 69 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo()
|
D | StatusBarIconView.java | 727 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable) { in setVisibleState() 739 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable, in setVisibleState()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
D | AppearAnimationUtils.java | 90 Runnable endRunnable = null; in startAnimations() local 118 Runnable endRunnable = null; in startAnimations() local 182 boolean appearing, Interpolator interpolator, final Runnable endRunnable) { in createAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistOrbContainer.java | 114 private void startExitAnimation(final Runnable endRunnable) { in startExitAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | HybridNotificationView.java | 132 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
|
D | StackScrollerDecorView.java | 168 boolean animate, Runnable endRunnable) { in setViewVisible()
|
/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()
|
D | NotificationViewWrapper.java | 237 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 176 final Runnable endRunnable) { in animateGrayScale()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | StackStateAnimator.java | 427 Runnable endRunnable = null; in processAnimationEvents() local
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 1025 Runnable endRunnable = new Runnable() { in runEnterAnimation() local 1107 Runnable endRunnable = new Runnable() { in runExitAnimation() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingLayout.java | 220 Runnable endRunnable = () -> { in removeGroups() local
|
D | LockPatternView.java | 819 Interpolator interpolator, final CellState state, final Runnable endRunnable) { in startRadiusAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleStackView.java | 927 void collapseStack(Runnable endRunnable) { in collapseStack()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBar.java | 3161 Runnable endRunnable) { in fadeKeyguardAfterLaunchTransition()
|