Home
last modified time | relevance | path

Searched refs:onAnimationCancel (Results 1 – 25 of 83) sorted by relevance

1234

/frameworks/support/design/base/android/support/design/widget/
DValueAnimatorCompat.java63 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/
DViewPropertyAnimatorCompatJB.java41 public void onAnimationCancel(Animator animation) { in setListener()
42 listener.onAnimationCancel(view); in setListener()
/frameworks/support/design/honeycomb-mr1/android/support/design/widget/
DValueAnimatorCompatImplHoneycombMr1.java71 public void onAnimationCancel(Animator animator) { in addListener()
72 listener.onAnimationCancel(); in addListener()
/frameworks/support/compat/honeycomb_mr1/android/support/v4/animation/
DHoneycombMr1AnimatorCompatProvider.java116 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/
DSettingsButton.java124 public void onAnimationCancel(Animator animation) { in startExitAnimation()
151 public void onAnimationCancel(Animator animation) { in startAccelSpin()
/frameworks/support/compat/ics/android/support/v4/view/
DViewPropertyAnimatorListener.java46 void onAnimationCancel(View view); in onAnimationCancel() method
DViewPropertyAnimatorCompatICS.java138 public void onAnimationCancel(Animator animation) { in setListener()
139 listener.onAnimationCancel(view); in setListener()
DViewPropertyAnimatorListenerAdapter.java47 public void onAnimationCancel(View view) { in onAnimationCancel() method in ViewPropertyAnimatorListenerAdapter
/frameworks/support/compat/gingerbread/android/support/v4/animation/
DAnimatorListenerCompat.java54 void onAnimationCancel(ValueAnimatorCompat animation); in onAnimationCancel() method
DGingerbreadAnimatorCompatProvider.java123 mListeners.get(i).onAnimationCancel(this); in dispatchCancel()
/frameworks/base/core/java/android/animation/
DAnimatorListenerAdapter.java31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorListenerAdapter
DAnimator.java494 void onAnimationCancel(Animator animation); in onAnimationCancel() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java96 public void onAnimationCancel(Animator animation) { in transformTo()
151 public void onAnimationCancel(Animator animation) { in transformFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogMotion.java158 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/
DQSCustomizer.java224 public void onAnimationCancel(Animator animation) {
240 public void onAnimationCancel(Animator animation) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DRevealActivity.java60 public void onAnimationCancel(Animator animation) {
/frameworks/support/design/ics/android/support/design/widget/
DFloatingActionButtonIcs.java78 public void onAnimationCancel(Animator animation) { in hide()
/frameworks/support/design/gingerbread/android/support/design/widget/
DValueAnimatorCompatImplGingerbread.java209 mListeners.get(i).onAnimationCancel(); in dispatchAnimationCancel()
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java210 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in DrawableHolder
/frameworks/base/core/java/android/transition/
DTranslationAnimationCreator.java113 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
/frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
DTranslationAnimationCreator.java105 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
DTaskStackHorizontalViewAdapter.java92 public void onAnimationCancel(Animator animation) { } in getRemoveAtListener() method in TaskStackHorizontalViewAdapter.ViewHolder
/frameworks/base/core/tests/coretests/src/android/animation/
DAutoCancelTest.java189 public void onAnimationCancel(Animator animation) {
DAnimatorSetActivityTest.java39 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/
DDefaultItemAnimator.java235 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

1234