Searched refs:withEndAction (Results 1 - 25 of 25) sorted by relevance

/frameworks/support/compat/jellybean/android/support/v4/view/
H A DViewPropertyAnimatorCompatJB.java28 public static void withEndAction(View view, Runnable runnable) { method in class:ViewPropertyAnimatorCompatJB
29 view.animate().withEndAction(runnable);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DOverlayTest.java44 fadingButton.animate().alpha(0).setDuration(1000).withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java36 .withEndAction(new Runnable() {
105 .withEndAction(null);
H A DStackScrollerDecorView.java92 .withEndAction(new Runnable() {
H A DExpandableNotificationRow.java1366 .withEndAction(new Runnable() {
/frameworks/support/compat/tests/java/android/support/v4/view/
H A DViewPropertyAnimatorCompatTest.java58 ViewCompat.animate(mView).alpha(0).setDuration(100).withEndAction(new Runnable() {
74 ViewCompat.animate(mView).alpha(0).setDuration(50).withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
H A DDismissAnimationsHolder.java97 .withEndAction(new Runnable() {
127 .withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java66 .withEndAction(new Runnable() {
79 .withEndAction(null);
H A DKeyguardUserSwitcher.java190 .withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbContainer.java133 .withEndAction(endRunnable);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java74 public void withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable); method in interface:ViewPropertyAnimatorCompat.ViewPropertyAnimatorCompatImpl
108 public void withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
509 public void withEndAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) { method in class:ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
610 public void withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) { method in class:ViewPropertyAnimatorCompat.JBViewPropertyAnimatorCompatImpl
611 ViewPropertyAnimatorCompatJB.withEndAction(view, runnable);
777 * view.animate().x(200).withEndAction(endAction);
789 public ViewPropertyAnimatorCompat withEndAction(Runnable runnable) { method in class:ViewPropertyAnimatorCompat
792 IMPL.withEndAction(this, view, runnable);
1295 * This method, along with {@link #withEndAction(Runnable)}, is intended to help facilitate
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java324 .withEndAction(finishRunnable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java367 .withEndAction(new Runnable() {
394 .withEndAction(null);
H A DKeyguardStatusBarView.java283 .withEndAction(new Runnable() {
H A DNotificationPanelView.java1108 .withEndAction(mAnimateKeyguardBottomAreaInvisibleEndRunnable)
1133 .withEndAction(mAnimateKeyguardStatusViewInvisibleEndRunnable);
1151 .withEndAction(mAnimateKeyguardStatusViewVisibleEndRunnable);
H A DPanelView.java991 .withEndAction(new Runnable() {
H A DPhoneStatusBar.java2298 .alpha(0f).withEndAction(mHideBackdropFront);
2323 .withEndAction(new Runnable() {
4132 .withEndAction(new Runnable() {
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java204 group.animate().alpha(0f).setDuration(250).withEndAction(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java583 animator.withEndAction(new Runnable() {
705 .withEndAction(new Runnable() {
H A DTaskView.java506 .withEndAction(new Runnable() {
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java804 * This method, along with {@link #withEndAction(Runnable)}, is intended to help facilitate
834 * view.animate().x(200).withEndAction(endAction);
840 public ViewPropertyAnimator withEndAction(Runnable runnable) { method in class:ViewPropertyAnimator
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerView.java734 mBackground.animate().withEndAction(mResetBackgroundRunnable);
773 mBackground.animate().withEndAction(mResetBackgroundRunnable);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java1034 animator.withEndAction(endRunnable);
1132 animator.withEndAction(endRunnable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java559 mSplash.animate().alpha(0).translationZ(0).setDuration(300).withEndAction(
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1233 .withEndAction(new Runnable() {

Completed in 755 milliseconds