Home
last modified time | relevance | path

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

123

/frameworks/support/design/base/android/support/design/widget/
DValueAnimatorCompat.java62 void onAnimationCancel(ValueAnimatorCompat animator); in onAnimationCancel() method
75 public void onAnimationCancel(ValueAnimatorCompat animator) { in onAnimationCancel() method in ValueAnimatorCompat.AnimatorListenerAdapter
91 void onAnimationCancel(); in onAnimationCancel() method
154 public void onAnimationCancel() { in setListener()
155 listener.onAnimationCancel(ValueAnimatorCompat.this); in setListener()
/frameworks/support/v4/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 setListener()
72 listener.onAnimationCancel(); in setListener()
DFloatingActionButtonHoneycombMr1.java57 public void onAnimationCancel(Animator animation) { in hide()
/frameworks/support/v4/honeycomb_mr1/android/support/v4/animation/
DHoneycombMr1AnimatorCompatProvider.java118 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in HoneycombMr1AnimatorCompatProvider.AnimatorListenerCompatWrapper
119 mWrapped.onAnimationCancel(mValueAnimatorCompat); in onAnimationCancel()
/frameworks/support/v4/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()
/frameworks/support/v4/donut/android/support/v4/animation/
DAnimatorListenerCompat.java49 void onAnimationCancel(ValueAnimatorCompat animation); in onAnimationCancel() method
DDonutAnimatorCompatProvider.java125 mListeners.get(i).onAnimationCancel(this); in dispatchCancel()
/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()
DPanelView.java167 public void onAnimationCancel(Animator animation) { in runPeekAnimation()
666 public void onAnimationCancel(Animator animation) { in flingToHeight()
947 public void onAnimationCancel(Animator animation) { in startUnlockHintAnimationPhase1()
/frameworks/support/v4/java/android/support/v4/view/
DViewPropertyAnimatorListenerAdapter.java47 public void onAnimationCancel(View view) { in onAnimationCancel() method in ViewPropertyAnimatorListenerAdapter
/frameworks/base/core/java/android/animation/
DAnimatorListenerAdapter.java31 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorListenerAdapter
DAnimatorSet.java327 listener.onAnimationCancel(this); in cancel()
594 public void onAnimationCancel(Animator anim) { in start()
745 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorSet.DependencyListener
814 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AnimatorSet.AnimatorSetListener
822 mListeners.get(i).onAnimationCancel(mAnimatorSet); in onAnimationCancel()
DAnimator.java467 void onAnimationCancel(Animator animation); in onAnimationCancel() method
/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/support/design/eclair-mr1/android/support/design/widget/
DValueAnimatorCompatImplEclairMr1.java122 mListener.onAnimationCancel(); in cancel()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DRevealActivity.java60 public void onAnimationCancel(Animator animation) {
/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/base/core/tests/coretests/src/android/animation/
DAutoCancelTest.java189 public void onAnimationCancel(Animator animation) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java234 public void onAnimationCancel(View view) { in animateAddImpl()
292 public void onAnimationCancel(View view) { in animateMoveImpl()
635 public void onAnimationCancel(View view) {} in onAnimationCancel() method in DefaultItemAnimator.VpaListenerAdapter
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java1094 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in ViewPropertyAnimator.AnimatorEventListener
1096 mListener.onAnimationCancel(animation); in onAnimationCancel()
/frameworks/base/services/core/java/com/android/server/policy/
DBurnInProtectionHelper.java267 public void onAnimationCancel(Animator animator) { in onAnimationCancel() method in BurnInProtectionHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java409 public void onAnimationCancel(Animator animation) { in fadeInFromDark()
594 public void onAnimationCancel(Animator animation) { in startAppearAnimation()

123