Searched defs:endRunnable (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DAppearAnimationUtils.java85 Runnable endRunnable = null;
87 endRunnable = finishListener;
90 mStartTranslation, true /* appearing */, mInterpolator, endRunnable);
108 Runnable endRunnable = null;
110 endRunnable = finishListener;
114 mAppearing, mInterpolator, endRunnable);
172 boolean appearing, Interpolator interpolator, Runnable endRunnable) {
185 if (endRunnable != null) {
186 view.animate().withEndAction(endRunnable);
171 createAnimation(View view, long delay, long duration, float translationY, boolean appearing, Interpolator interpolator, Runnable endRunnable) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java142 null /* endRunnable */);
146 Interpolator interpolator, long delay, final Runnable endRunnable) {
170 if (endRunnable != null) {
171 endRunnable.run();
145 startScrimAnimation(final boolean inFront, float target, long duration, Interpolator interpolator, long delay, final Runnable endRunnable) argument
H A DPhoneStatusBar.java1000 Runnable endRunnable = null;
1002 endRunnable = animationFinishAction;
1004 mStackScroller.dismissViewAnimated(view, endRunnable, totalDelay, 260);
3651 * @param endRunnable the runnable to be run when the transition is done
3654 Runnable endRunnable) {
3656 mLaunchTransitionEndRunnable = endRunnable;
3653 fadeKeyguardAfterLaunchTransition(final Runnable beforeFading, Runnable endRunnable) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelCircleView.java177 public void setCircleSize(float circleSize, boolean animated, final Runnable endRunnable, argument
195 if (endRunnable != null) {
196 endRunnable.run();
251 * @param endRunnable The end runnable which should be executed when the animation is finished.
254 Interpolator interpolator, final Runnable endRunnable) {
258 if (endRunnable != null) {
259 endRunnable.run();
272 if (endRunnable != null) {
273 endRunnable.run();
360 public void startAbortAnimation(Runnable endRunnable) { argument
253 setOffset(float offset, boolean animate, int startDelay, Interpolator interpolator, final Runnable endRunnable) argument
384 startExitAnimation(final Runnable endRunnable) argument
401 performExitFadeOutAnimation(int startDelay, int duration, final Runnable endRunnable) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java612 final CellState state, final Runnable endRunnable) {
621 if (endRunnable != null) {
625 endRunnable.run();
611 startSizeAnimation(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.java725 public void dismissViewAnimated(View child, Runnable endRunnable, int delay, long duration) { argument
727 mSwipeHelper.dismissChild(child, 0, endRunnable, delay, true, duration);

Completed in 142 milliseconds