Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCrossFadeHelper.java35 public static void fadeOut(final View view, final Runnable endRunnable) { in fadeOut()
40 final Runnable endRunnable) { in fadeOut()
DTransformableView.java45 void transformTo(TransformableView notification, Runnable endRunnable); in transformTo()
DViewTransformationHelper.java69 public void transformTo(final TransformableView notification, final Runnable endRunnable) { in transformTo()
DStatusBarIconView.java727 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/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistOrbContainer.java114 private void startExitAnimation(final Runnable endRunnable) { in startExitAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DHybridNotificationView.java132 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
DStackScrollerDecorView.java168 boolean animate, Runnable endRunnable) { in setViewVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java201 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
DNotificationViewWrapper.java237 public void transformTo(TransformableView notification, Runnable endRunnable) { in transformTo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSIconViewImpl.java176 final Runnable endRunnable) { in animateGrayScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java427 Runnable endRunnable = null; in processAnimationEvents() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java1025 Runnable endRunnable = new Runnable() { in runEnterAnimation() local
1107 Runnable endRunnable = new Runnable() { in runExitAnimation() local
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java220 Runnable endRunnable = () -> { in removeGroups() local
DLockPatternView.java819 Interpolator interpolator, final CellState state, final Runnable endRunnable) { in startRadiusAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java927 void collapseStack(Runnable endRunnable) { in collapseStack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3161 Runnable endRunnable) { in fadeKeyguardAfterLaunchTransition()