Home
last modified time | relevance | path

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

123

/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/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/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.java326 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()
DAnimator.java463 void onAnimationCancel(Animator animation); in onAnimationCancel() method
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityViewHelper.java42 public void onAnimationCancel(Animator animation) { in showBouncer()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DRevealActivity.java60 public void onAnimationCancel(Animator animation) {
/frameworks/base/core/java/android/transition/
DFade.java163 public void onAnimationCancel(Animator animator) { in onAnimationCancel() method in Fade.FadeAnimatorListener
DTranslationAnimationCreator.java109 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TranslationAnimationCreator.TransitionPositionListener
DChangeText.java251 public void onAnimationCancel(Animator animation) { in createAnimator()
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java210 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in DrawableHolder
DAbsActionBarView.java299 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in AbsActionBarView.VisibilityAnimListener
/frameworks/base/core/tests/coretests/src/android/animation/
DAutoCancelTest.java189 public void onAnimationCancel(Animator animation) {
DViewPropertyAnimatorTest.java159 public void onAnimationCancel(Animator animation) { in setUp()
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DTweener.java148 public void onAnimationCancel(Animator animation) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DDefaultItemAnimator.java232 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/
DPanelView.java154 public void onAnimationCancel(Animator animation) { in runPeekAnimation()
580 public void onAnimationCancel(Animator animation) { in fling()
856 public void onAnimationCancel(Animator animation) { in startUnlockHintAnimationPhase1()
DTrustDrawable.java289 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in TrustDrawable.StateUpdateAnimatorListener
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java1096 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/
DPlaybackOverlayFragment.java130 public void onAnimationCancel(Animator animation) {
719 public void onAnimationCancel(Animator animation) { in onAnimationCancel() method in PlaybackOverlayFragment.AnimatorListener
DPlaybackOverlaySupportFragment.java132 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/
DActivatableNotificationView.java422 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/
DAbsActionBarView.java284 public void onAnimationCancel(View view) { in onAnimationCancel() method in AbsActionBarView.VisibilityAnimListener

123