Searched refs:onAnimationCancel (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorListenerAdapter.java31 public void onAnimationCancel(Animator animation) { method in class:AnimatorListenerAdapter
H A DAnimatorSet.java311 listener.onAnimationCancel(this);
571 public void onAnimationCancel(Animator anim) {
708 public void onAnimationCancel(Animator animation) { method in class:AnimatorSet.DependencyListener
777 public void onAnimationCancel(Animator animation) { method in class:AnimatorSet.AnimatorSetListener
785 mListeners.get(i).onAnimationCancel(mAnimatorSet);
H A DAnimator.java62 * {@link android.animation.Animator.AnimatorListener#onAnimationCancel(Animator)} to
386 void onAnimationCancel(Animator animation); method in interface:Animator.AnimatorListener
H A DValueAnimator.java966 listener.onAnimationCancel(this);
H A DLayoutTransition.java980 public void onAnimationCancel(Animator animator) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityViewHelper.java42 public void onAnimationCancel(Animator animation) {
H A DPagedView.java2087 public void onAnimationCancel(android.animation.Animator animation) {
2345 public void onAnimationCancel(Animator animation) {
/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java210 public void onAnimationCancel(Animator animation) { method in class:DrawableHolder
H A DAbsActionBarView.java278 public void onAnimationCancel(Animator animation) { method in class:AbsActionBarView.VisibilityAnimListener
H A DSizeAdaptiveLayout.java421 public void onAnimationCancel(Animator animation) { method in class:SizeAdaptiveLayout.BringToFrontOnEnd
H A DActionBarContextView.java506 public void onAnimationCancel(Animator animation) { method in class:ActionBarContextView
H A DScrollingTabContainerView.java581 public void onAnimationCancel(Animator animation) { method in class:ScrollingTabContainerView.VisibilityAnimListener
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAutoCancelTest.java189 public void onAnimationCancel(Animator animation) {
H A DViewPropertyAnimatorTest.java159 public void onAnimationCancel(Animator animation) {
H A DEventsTest.java218 public void onAnimationCancel(Animator animation) {
/frameworks/base/core/java/android/transition/
H A DChangeText.java251 public void onAnimationCancel(Animator animation) {
H A DFade.java316 public void onAnimationCancel(Animator animation) {
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java148 public void onAnimationCancel(Animator animation) {
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java1010 public void onAnimationCancel(Animator animation) { method in class:ViewPropertyAnimator.AnimatorEventListener
1012 mListener.onAnimationCancel(animation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java381 public void onAnimationCancel(Animator animator) { }
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java382 public void onAnimationCancel(Animator animation) { method in class:RecentsPanelView
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java555 public void onAnimationCancel(Animator animation) {

Completed in 343 milliseconds