/frameworks/support/design/base/android/support/design/widget/ |
D | ValueAnimatorCompat.java | 63 void onAnimationCancel(ValueAnimatorCompat animator); in onAnimationCancel() method 76 public void onAnimationCancel(ValueAnimatorCompat animator) { in onAnimationCancel() method in ValueAnimatorCompat.AnimatorListenerAdapter 93 void onAnimationCancel(); in onAnimationCancel() method 157 public void onAnimationCancel() { in addListener() 158 listener.onAnimationCancel(ValueAnimatorCompat.this); in addListener()
|
/frameworks/support/compat/jellybean/android/support/v4/view/ |
D | ViewPropertyAnimatorCompatJB.java | 41 public void onAnimationCancel(Animator animation) { in setListener() 42 listener.onAnimationCancel(view); in setListener()
|
/frameworks/support/design/honeycomb-mr1/android/support/design/widget/ |
D | ValueAnimatorCompatImplHoneycombMr1.java | 71 public void onAnimationCancel(Animator animator) { in addListener() 72 listener.onAnimationCancel(); in addListener()
|
/frameworks/support/compat/honeycomb_mr1/android/support/v4/animation/ |
D | HoneycombMr1AnimatorCompatProvider.java | 116 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in HoneycombMr1AnimatorCompatProvider.AnimatorListenerCompatWrapper 117 mWrapped.onAnimationCancel(mValueAnimatorCompat); in onAnimationCancel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SettingsButton.java | 124 public void onAnimationCancel(Animator animation) { in startExitAnimation() 151 public void onAnimationCancel(Animator animation) { in startAccelSpin()
|
/frameworks/support/compat/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()
|
D | ViewPropertyAnimatorListenerAdapter.java | 47 public void onAnimationCancel(View view) { in onAnimationCancel() method in ViewPropertyAnimatorListenerAdapter
|
/frameworks/support/compat/gingerbread/android/support/v4/animation/ |
D | AnimatorListenerCompat.java | 54 void onAnimationCancel(ValueAnimatorCompat animation); in onAnimationCancel() method
|
D | GingerbreadAnimatorCompatProvider.java | 123 mListeners.get(i).onAnimationCancel(this); in dispatchCancel()
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorListenerAdapter.java | 31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorListenerAdapter
|
D | Animator.java | 494 void onAnimationCancel(Animator animation); in onAnimationCancel() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ViewTransformationHelper.java | 96 public void onAnimationCancel(Animator animation) { in transformTo() 151 public void onAnimationCancel(Animator animation) { in transformFrom()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogMotion.java | 158 public void onAnimationCancel(Animator animation) { in startShowAnimation() 240 public void onAnimationCancel(Animator animation) { in startDismiss()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | QSCustomizer.java | 224 public void onAnimationCancel(Animator animation) { 240 public void onAnimationCancel(Animator animation) {
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | RevealActivity.java | 60 public void onAnimationCancel(Animator animation) {
|
/frameworks/support/design/ics/android/support/design/widget/ |
D | FloatingActionButtonIcs.java | 78 public void onAnimationCancel(Animator animation) { in hide()
|
/frameworks/support/design/gingerbread/android/support/design/widget/ |
D | ValueAnimatorCompatImplGingerbread.java | 209 mListeners.get(i).onAnimationCancel(); in dispatchAnimationCancel()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | DrawableHolder.java | 210 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in DrawableHolder
|
/frameworks/base/core/java/android/transition/ |
D | TranslationAnimationCreator.java | 113 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
|
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/ |
D | TranslationAnimationCreator.java | 105 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/ |
D | TaskStackHorizontalViewAdapter.java | 92 public void onAnimationCancel(Animator animation) { } in getRemoveAtListener() method in TaskStackHorizontalViewAdapter.ViewHolder
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AutoCancelTest.java | 189 public void onAnimationCancel(Animator animation) {
|
D | AnimatorSetActivityTest.java | 39 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorSetActivityTest.MyListener 505 public void onAnimationCancel(Animator anim) { 506 super.onAnimationCancel(anim);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | DefaultItemAnimator.java | 235 public void onAnimationCancel(View view) { in animateAddImpl() 293 public void onAnimationCancel(View view) { in animateMoveImpl() 670 public void onAnimationCancel(View view) {} in onAnimationCancel() method in DefaultItemAnimator.VpaListenerAdapter
|