HomeSort by relevance Sort by last modified time
    Searched refs:onAnimationCancel (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /frameworks/support/v4/ics/android/support/v4/view/
ViewPropertyAnimatorListener.java 46 void onAnimationCancel(View view);
ViewPropertyAnimatorCompatICS.java 138 public void onAnimationCancel(Animator animation) {
139 listener.onAnimationCancel(view);
  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 31 public void onAnimationCancel(Animator animation) {
Animator.java 76 * {@link android.animation.Animator.AnimatorListener#onAnimationCancel(Animator)} to
463 void onAnimationCancel(Animator animation);
  /frameworks/support/v4/java/android/support/v4/view/
ViewPropertyAnimatorListenerAdapter.java 47 public void onAnimationCancel(View view) {
  /frameworks/support/v4/jellybean/android/support/v4/view/
ViewPropertyAnimatorCompatJB.java 41 public void onAnimationCancel(Animator animation) {
42 listener.onAnimationCancel(view);
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 39 public void onAnimationCancel() {}
66 public void onAnimationCancel(Animator animation) {
70 callback.onAnimationCancel();
98 public void onAnimationCancel(Animator animation) {
101 callback.onAnimationCancel();
132 public void onAnimationCancel(Animator animation) {
155 public void onAnimationCancel(Animator animation) {
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 78 public void onAnimationCancel(Animator animator) {
118 public void onAnimationCancel(Animator animator) {
158 public void onAnimationCancel(Animator animator) {
  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCircleDrawable.java 224 public void onAnimationCancel(Animator animation) {
228 mAnimatorListener.onAnimationCancel(animation);
ModeTransitionView.java 286 public void onAnimationCancel(Animator animation) {
366 public void onAnimationCancel(Animator animation) {
541 public void onAnimationCancel(Animator animation) {
CaptureAnimationOverlay.java 88 public void onAnimationCancel(Animator animation) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewHelper.java 42 public void onAnimationCancel(Animator animation) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimControllerOverlay.java 70 public void onAnimationCancel(Animator animation) {
  /frameworks/base/core/java/android/transition/
Fade.java 163 public void onAnimationCancel(Animator animator) {
TranslationAnimationCreator.java 109 public void onAnimationCancel(Animator animation) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
RevealActivity.java 60 public void onAnimationCancel(Animator animation) {
61 Log.d("Reveal", "onAnimationCancel " + animation);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java 42 public void onAnimationCancel(Animator animation) {
LauncherViewPropertyAnimator.java 100 public void onAnimationCancel(Animator animation) {
103 listener.onAnimationCancel(this);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 184 public void onAnimationCancel(Animator animation) {
222 public void onAnimationCancel(Animator animation) {
  /packages/apps/Camera2/src/com/android/camera/widget/
VideoRecordingHints.java 100 public void onAnimationCancel(Animator animation) {
134 public void onAnimationCancel(Animator animation) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 101 public void onAnimationCancel(Animator animation) {
104 listener.onAnimationCancel(this);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 159 public void onAnimationCancel(Animator animation) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 136 public void onAnimationCancel(Animator animation) {}
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 210 public void onAnimationCancel(Animator animation) {
  /frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java 189 public void onAnimationCancel(Animator animation) {

Completed in 569 milliseconds

1 2 3 4 5