HomeSort by relevance Sort by last modified time
    Searched refs:endRunnable (Results 1 - 14 of 14) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
TransformableView.java 45 void transformTo(TransformableView notification, Runnable endRunnable);
CrossFadeHelper.java 30 public static void fadeOut(final View view, final Runnable endRunnable) {
39 if (endRunnable != null) {
40 endRunnable.run();
ViewTransformationHelper.java 67 public void transformTo(final TransformableView notification, final Runnable endRunnable) {
86 if (endRunnable != null) {
87 endRunnable.run();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistOrbContainer.java 114 private void startExitAnimation(final Runnable endRunnable) {
116 if (endRunnable != null) {
117 endRunnable.run();
133 .withEndAction(endRunnable);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
AppearAnimationUtils.java 93 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();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridNotificationView.java 139 public void transformTo(TransformableView notification, Runnable endRunnable) {
140 mTransformationHelper.transformTo(notification, endRunnable);
NotificationViewWrapper.java 130 public void transformTo(TransformableView notification, Runnable endRunnable) {
132 CrossFadeHelper.fadeOut(mView, endRunnable);
NotificationHeaderViewWrapper.java 297 public void transformTo(TransformableView notification, Runnable endRunnable) {
298 mTransformationHelper.transformTo(notification, endRunnable);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeScrimController.java 163 startScrimAnimation(inFront, target, duration, interpolator, null /* endRunnable */);
167 Interpolator interpolator, final Runnable endRunnable) {
190 if (endRunnable != null) {
191 endRunnable.run();
StatusBarKeyguardViewManager.java 375 animateScrimControllerKeyguardFadingOut(delay, duration, null /* endRunnable */,
380 final Runnable endRunnable, boolean skipFirstFrame) {
385 if (endRunnable != null) {
386 endRunnable.run();
PhoneStatusBar.java     [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 763 Interpolator interpolator, final CellState state, final Runnable endRunnable) {
772 if (endRunnable != null) {
776 endRunnable.run();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]

Completed in 104 milliseconds