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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
TestAnimatorListener.java 20 public void onAnimationCancel(Animator animation) {
ShadowObjectAnimatorTest.java 31 public void onAnimationCancel(Animator animation) {
ShadowRenderNodeAnimatorTest.java 78 // This behavior changed between L and L MR1. In older versions, onAnimationCancel and
170 public void onAnimationCancel(Animator animation) {
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorListenerAdapterTest.java 42 adapter.onAnimationCancel(null);
AnimatorTest.java 234 public void onAnimationCancel(Animator animation) {
ObjectAnimatorTest.java 280 verify(listener, times(0)).onAnimationCancel(anim);
    [all...]
  /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) {
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 136 public void onAnimationCancel(Animator animation) {
179 public void onAnimationCancel(Animator animation) {
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java 136 public void onAnimationCancel(Animator animation) {
179 public void onAnimationCancel(Animator animation) {
  /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) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 136 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);
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java 561 public void onAnimationCancel(Animator animation) {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamLinearLayout.java 561 public void onAnimationCancel(Animator animation) {
  /cts/tests/tests/transition/src/android/transition/cts/
ChangeBoundsTest.java 448 public void onAnimationCancel(Animator animation) {

Completed in 6737 milliseconds