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

1 2

  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 30 public void onAnimationCancel(Animator animation) {
Animator.java 51 * {@link android.animation.Animator.AnimatorListener#onAnimationCancel(Animator)} to
274 void onAnimationCancel(Animator animation);
AnimatorSet.java 311 listener.onAnimationCancel(this);
540 public void onAnimationCancel(Animator anim) {
676 public void onAnimationCancel(Animator animation) {
745 public void onAnimationCancel(Animator animation) {
753 mListeners.get(i).onAnimationCancel(mAnimatorSet);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 179 public void onAnimationCancel(Animator animation) {
206 public void onAnimationCancel(Animator animation) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/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) {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java 42 public void onAnimationCancel(Animator animation) {
LauncherViewPropertyAnimator.java 101 public void onAnimationCancel(Animator animation) {
104 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) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 159 public void onAnimationCancel(Animator animation) {
AnimatorEvents.java 221 public void onAnimationCancel(Animator animation) {
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 210 public void onAnimationCancel(Animator animation) {
AbsActionBarView.java 271 public void onAnimationCancel(Animator animation) {
SizeAdaptiveLayout.java 421 public void onAnimationCancel(Animator animation) {
  /frameworks/base/core/tests/coretests/src/android/animation/
AutoCancelTest.java 189 public void onAnimationCancel(Animator animation) {
ViewPropertyAnimatorTest.java 159 public void onAnimationCancel(Animator animation) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 215 public void onAnimationCancel(Animator animation) {
217 super.onAnimationCancel(animation);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 179 public void onAnimationCancel(Animator animation) {
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
Tweener.java 148 public void onAnimationCancel(Animator animation) {
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
Tweener.java 149 public void onAnimationCancel(Animator animation) {
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
TabBar.java 437 public void onAnimationCancel(Animator animation) {
465 public void onAnimationCancel(Animator animation) {
BrowserSnapshotPage.java 241 public void onAnimationCancel(Animator animation) {
TitleBar.java 254 public void onAnimationCancel(Animator animation) {
  /packages/apps/Email/src/com/android/email/activity/
ThreePaneLayout.java 556 public void onAnimationCancel(Animator animation) {

Completed in 909 milliseconds

1 2