/frameworks/support/v4/jellybean/android/support/v4/view/ |
D | ViewPropertyAnimatorCompatJB.java | 41 public void onAnimationCancel(Animator animation) { in setListener() 42 listener.onAnimationCancel(view); in setListener()
|
/frameworks/support/v4/ics/android/support/v4/view/ |
D | ViewPropertyAnimatorListener.java | 46 void onAnimationCancel(View view); in onAnimationCancel() method
|
D | ViewPropertyAnimatorCompatICS.java | 138 public void onAnimationCancel(Animator animation) { in setListener() 139 listener.onAnimationCancel(view); in setListener()
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPropertyAnimatorListenerAdapter.java | 47 public void onAnimationCancel(View view) { in onAnimationCancel() method in ViewPropertyAnimatorListenerAdapter
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorListenerAdapter.java | 31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorListenerAdapter
|
D | AnimatorSet.java | 326 listener.onAnimationCancel(this); in cancel() 593 public void onAnimationCancel(Animator anim) { in start() 744 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorSet.DependencyListener 813 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorSet.AnimatorSetListener 821 mListeners.get(i).onAnimationCancel(mAnimatorSet); in onAnimationCancel()
|
D | Animator.java | 463 void onAnimationCancel(Animator animation); in onAnimationCancel() method
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardSecurityViewHelper.java | 42 public void onAnimationCancel(Animator animation) { in showBouncer()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | RevealActivity.java | 60 public void onAnimationCancel(Animator animation) {
|
/frameworks/base/core/java/android/transition/ |
D | Fade.java | 163 public void onAnimationCancel(Animator animator) { in onAnimationCancel() method in Fade.FadeAnimatorListener
|
D | TranslationAnimationCreator.java | 109 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
|
D | ChangeText.java | 251 public void onAnimationCancel(Animator animation) { in createAnimator()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DrawableHolder.java | 210 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in DrawableHolder
|
D | AbsActionBarView.java | 299 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AbsActionBarView.VisibilityAnimListener
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AutoCancelTest.java | 189 public void onAnimationCancel(Animator animation) {
|
D | ViewPropertyAnimatorTest.java | 159 public void onAnimationCancel(Animator animation) { in setUp()
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | Tweener.java | 148 public void onAnimationCancel(Animator animation) {
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | DefaultItemAnimator.java | 232 public void onAnimationCancel(View view) { in animateAddImpl() 290 public void onAnimationCancel(View view) { in animateMoveImpl() 628 public void onAnimationCancel(View view) {} in onAnimationCancel() method in DefaultItemAnimator.VpaListenerAdapter
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 154 public void onAnimationCancel(Animator animation) { in runPeekAnimation() 580 public void onAnimationCancel(Animator animation) { in fling() 856 public void onAnimationCancel(Animator animation) { in startUnlockHintAnimationPhase1()
|
D | TrustDrawable.java | 289 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TrustDrawable.StateUpdateAnimatorListener
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 1096 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in ViewPropertyAnimator.AnimatorEventListener 1098 mListener.onAnimationCancel(animation); in onAnimationCancel()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | PlaybackOverlayFragment.java | 130 public void onAnimationCancel(Animator animation) { 719 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in PlaybackOverlayFragment.AnimatorListener
|
D | PlaybackOverlaySupportFragment.java | 132 public void onAnimationCancel(Animator animation) { 721 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in PlaybackOverlaySupportFragment.AnimatorListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ActivatableNotificationView.java | 422 public void onAnimationCancel(Animator animation) { in fadeInFromDark() 609 public void onAnimationCancel(Animator animation) { in startAppearAnimation()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | AbsActionBarView.java | 284 public void onAnimationCancel(View view) { in onAnimationCancel() method in AbsActionBarView.VisibilityAnimListener
|