HomeSort by relevance Sort by last modified time
    Searched defs:onAnimationCancel (Results 1 - 24 of 24) sorted by null

  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 30 public void onAnimationCancel(Animator animation) {
Animator.java 52 * {@link android.animation.Animator.AnimatorListener#onAnimationCancel(Animator)} to
267 void onAnimationCancel(Animator animation);
AnimatorSet.java 295 listener.onAnimationCancel(this);
519 public void onAnimationCancel(Animator anim) {
655 public void onAnimationCancel(Animator animation) {
724 public void onAnimationCancel(Animator animation) {
732 mListeners.get(i).onAnimationCancel(mAnimatorSet);
    [all...]
ValueAnimator.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 99 public void onAnimationCancel(Animator animation) {
102 listener.onAnimationCancel(this);
  /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/packages/SystemUI/src/com/android/systemui/recent/
Choreographer.java 171 public void onAnimationCancel(Animator animation) {
172 if (DEBUG) Slog.d(TAG, "onAnimationCancel");
RecentsPanelView.java 383 public void onAnimationCancel(Animator animation) {
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 175 public void onAnimationCancel(Animator animation) {
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 270 public void onAnimationCancel(Animator animation) {
DrawableHolder.java 210 public void onAnimationCancel(Animator animation) {
SizeAdaptiveLayout.java 423 public void onAnimationCancel(Animator animation) {
ActionBarContextView.java 503 public void onAnimationCancel(Animator animation) {
ScrollingTabContainerView.java 523 public void onAnimationCancel(Animator animation) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java 382 public void onAnimationCancel(Animator animation) {
383 if (DEBUG) Slog.d(TAG, "onAnimationCancel");
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
ThreePaneLayout.java 556 public void onAnimationCancel(Animator animation) {
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 521 public void onAnimationCancel(Animator animation) { }
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 336 milliseconds