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

/frameworks/base/core/java/android/animation/
H A DAnimatorListenerAdapter.java30 public void onAnimationCancel(Animator animation) { method in class:AnimatorListenerAdapter
H A DAnimator.java51 * {@link android.animation.Animator.AnimatorListener#onAnimationCancel(Animator)} to
274 void onAnimationCancel(Animator animation); method in interface:Animator.AnimatorListener
H A DAnimatorSet.java311 listener.onAnimationCancel(this);
540 public void onAnimationCancel(Animator anim) {
676 public void onAnimationCancel(Animator animation) { method in class:AnimatorSet.DependencyListener
745 public void onAnimationCancel(Animator animation) { method in class:AnimatorSet.AnimatorSetListener
753 mListeners.get(i).onAnimationCancel(mAnimatorSet);
H A DValueAnimator.java951 listener.onAnimationCancel(this);
H A DLayoutTransition.java958 public void onAnimationCancel(Animator animator) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSecurityViewHelper.java42 public void onAnimationCancel(Animator animation) {
H A DPagedView.java1985 public void onAnimationCancel(android.animation.Animator animation) {
2238 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.java271 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.java172 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.java962 public void onAnimationCancel(Animator animation) { method in class:ViewPropertyAnimator.AnimatorEventListener
964 mListener.onAnimationCancel(animation);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java404 public void onAnimationCancel(Animator animation) { method in class:NotificationPanel.Choreographer
405 if (DEBUG) Slog.d(TAG, "onAnimationCancel");
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java393 public void onAnimationCancel(Animator animation) { method in class:RecentsPanelView
/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java551 public void onAnimationCancel(Animator animation) {

Completed in 544 milliseconds