Searched refs:endRunnable (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DTransformableView.java45 void transformTo(TransformableView notification, Runnable endRunnable); argument
H A DCrossFadeHelper.java30 public static void fadeOut(final View view, final Runnable endRunnable) { argument
39 if (endRunnable != null) {
40 endRunnable.run();
H A DViewTransformationHelper.java68 public void transformTo(final TransformableView notification, final Runnable endRunnable) { argument
87 if (endRunnable != null) {
88 endRunnable.run();
H A DStatusBarIconView.java626 setVisibleState(state, true /* animate */, null /* endRunnable */);
638 public void setVisibleState(int visibleState, boolean animate, Runnable endRunnable) { argument
665 runRunnable(endRunnable);
690 runRunnable(endRunnable);
705 runRunnable(endRunnable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbContainer.java114 private void startExitAnimation(final Runnable endRunnable) { argument
116 if (endRunnable != null) {
117 endRunnable.run();
133 .withEndAction(endRunnable);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java93 Runnable endRunnable = null;
95 endRunnable = finishListener;
103 mAppearing, mInterpolator, endRunnable);
121 Runnable endRunnable = null;
123 endRunnable = finishListener;
127 mAppearing, mInterpolator, endRunnable);
185 boolean appearing, Interpolator interpolator, final Runnable endRunnable) {
211 if (endRunnable != null) {
215 endRunnable.run();
184 createAnimation(final View view, long delay, long duration, float translationY, boolean appearing, Interpolator interpolator, final Runnable endRunnable) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridNotificationView.java139 public void transformTo(TransformableView notification, Runnable endRunnable) { argument
140 mTransformationHelper.transformTo(notification, endRunnable);
H A DNotificationViewWrapper.java142 public void transformTo(TransformableView notification, Runnable endRunnable) { argument
144 CrossFadeHelper.fadeOut(mView, endRunnable);
H A DNotificationHeaderViewWrapper.java247 public void transformTo(TransformableView notification, Runnable endRunnable) { argument
248 mTransformationHelper.transformTo(notification, endRunnable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java197 startScrimAnimation(inFront, target, duration, interpolator, null /* endRunnable */);
201 Interpolator interpolator, final Runnable endRunnable) {
224 if (endRunnable != null) {
225 endRunnable.run();
200 startScrimAnimation(final boolean inFront, float target, long duration, Interpolator interpolator, final Runnable endRunnable) argument
H A DStatusBarKeyguardViewManager.java414 animateScrimControllerKeyguardFadingOut(delay, duration, null /* endRunnable */,
419 final Runnable endRunnable, boolean skipFirstFrame) {
424 if (endRunnable != null) {
425 endRunnable.run();
418 animateScrimControllerKeyguardFadingOut(long delay, long duration, final Runnable endRunnable, boolean skipFirstFrame) argument
H A DStatusBar.java1454 Runnable endRunnable = null;
1456 endRunnable = animationFinishAction;
1458 mStackScroller.dismissViewAnimated(view, endRunnable, totalDelay, 260);
4156 * @param endRunnable the runnable to be run when the transition is done
4159 Runnable endRunnable) {
4161 mLaunchTransitionEndRunnable = endRunnable;
4158 fadeKeyguardAfterLaunchTransition(final Runnable beforeFading, Runnable endRunnable) argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1025 Runnable endRunnable = new Runnable() {
1034 animator.withEndAction(endRunnable);
1036 mHandler.postDelayed(endRunnable, ENTER_ANIMATION_DURATION_MS);
1107 Runnable endRunnable = new Runnable() {
1132 animator.withEndAction(endRunnable);
1134 mHandler.postDelayed(endRunnable, EXIT_ANIMATION_DURATION_MS);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java777 Interpolator interpolator, final CellState state, final Runnable endRunnable) {
786 if (endRunnable != null) {
790 endRunnable.run();
776 startRadiusAnimation(float start, float end, long duration, Interpolator interpolator, final CellState state, final Runnable endRunnable) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1275 public void dismissViewAnimated(View child, Runnable endRunnable, int delay, long duration) { argument
1276 mSwipeHelper.dismissChild(child, 0, endRunnable, delay, true, duration,

Completed in 231 milliseconds