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

1 2 3 4 5 6 7 8

  /frameworks/support/compat/java/android/support/v4/view/
ViewPropertyAnimatorListener.java 48 void onAnimationCancel(View view);
ViewPropertyAnimatorListenerAdapter.java 47 public void onAnimationCancel(View view) {
ViewPropertyAnimatorCompat.java 99 public void onAnimationCancel(View view) {
106 listener.onAnimationCancel(view);
742 public void onAnimationCancel(Animator animation) {
743 listener.onAnimationCancel(view);
  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 31 public void onAnimationCancel(Animator animation) {
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorListenerAdapterTest.java 41 adapter.onAnimationCancel(null);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
SimpleAnimatorListener.java 33 public void onAnimationCancel(Animator animator) {
  /packages/apps/Dialer/java/com/android/dialer/animation/
AnimUtils.java 64 public void onAnimationCancel(Animator animation) {
68 callback.onAnimationCancel();
100 public void onAnimationCancel(Animator animation) {
103 callback.onAnimationCancel();
136 public void onAnimationCancel(Animator animation) {
166 public void onAnimationCancel(Animator animation) {
245 public void onAnimationCancel() {}
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 43 public void onAnimationCancel() {}
70 public void onAnimationCancel(Animator animation) {
74 callback.onAnimationCancel();
102 public void onAnimationCancel(Animator animation) {
105 callback.onAnimationCancel();
136 public void onAnimationCancel(Animator animation) {
159 public void onAnimationCancel(Animator animation) {
  /frameworks/support/wear/src/android/support/wear/widget/
SimpleAnimatorListener.java 38 public void onAnimationCancel(Animator animator) {
  /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/Car/Radio/src/com/android/car/radio/
RadioPresetsFragment.java 127 public void onAnimationCancel(Animator animation) {}
146 public void onAnimationCancel(Animator animation) {}
174 public void onAnimationCancel(Animator animation) {}
193 public void onAnimationCancel(Animator animation) {}
RadioAnimationManager.java 196 public void onAnimationCancel(Animator animator) {}
218 public void onAnimationCancel(Animator animator) {}
242 public void onAnimationCancel(Animator animator) {}
355 public void onAnimationCancel(Animator animator) {}
378 public void onAnimationCancel(Animator animator) {}
400 public void onAnimationCancel(Animator animator) {}
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SettingsButton.java 124 public void onAnimationCancel(Animator animation) {
151 public void onAnimationCancel(Animator animation) {
  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCircleDrawable.java 224 public void onAnimationCancel(Animator animation) {
228 mAnimatorListener.onAnimationCancel(animation);
CaptureAnimationOverlay.java 83 public void onAnimationCancel(Animator animation) {
  /packages/apps/Dialer/java/com/android/dialer/app/widget/
ActionBarController.java 47 public void onAnimationCancel() {
60 public void onAnimationCancel() {
  /external/libmojo/base/android/java/src/org/chromium/base/
AnimationFrameTimeHistogram.java 50 public void onAnimationCancel(Animator animation) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimControllerOverlay.java 70 public void onAnimationCancel(Animator animation) {
  /packages/apps/Launcher3/src/com/android/launcher3/anim/
RevealOutlineAnimation.java 52 public void onAnimationCancel(Animator animation) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/setup/
DeviceNameFlowStartActivity.java 74 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) {
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageBubbleView.java 123 public void onAnimationCancel(Animator animator) {
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
TranslationAnimationCreator.java 90 public void onAnimationCancel(Animator animation) {
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 136 public void onAnimationCancel(Animator animation) {
179 public void onAnimationCancel(Animator animation) {

Completed in 2263 milliseconds

1 2 3 4 5 6 7 8