Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DAppearAnimationUtils.java85 Runnable endRunnable = null; in startAnimations() local
108 Runnable endRunnable = null; in startAnimations() local
172 boolean appearing, Interpolator interpolator, Runnable endRunnable) { in createAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSearchPanelCircleView.java177 public void setCircleSize(float circleSize, boolean animated, final Runnable endRunnable, in setCircleSize()
254 Interpolator interpolator, final Runnable endRunnable) { in setOffset()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java146 Interpolator interpolator, long delay, final Runnable endRunnable) { in startScrimAnimation()
DPhoneStatusBar.java1000 Runnable endRunnable = null; in performDismissAllAnimations() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java943 Runnable endRunnable = new Runnable() { in runEnterAnimation() local
1018 Runnable endRunnable = new Runnable() { in runExitAnimation() local
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java612 final CellState state, final Runnable endRunnable) { in startSizeAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java725 public void dismissViewAnimated(View child, Runnable endRunnable, int delay, long duration) { in dismissViewAnimated()