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

1 2 3 4 5 6

  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 45 public void onAnimationRepeat(Animator animation) {
Animator.java 470 void onAnimationRepeat(Animator animation);
513 * {@link Animator.AnimatorListener#onAnimationRepeat(Animator)} may end up delayed
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimationListenerAdapter.java 46 public void onAnimationRepeat(Animation animation) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestAnimationListener.java 23 public void onAnimationRepeat(Animation animation) {
  /packages/apps/Camera2/src/com/android/camera/
AnimationManager.java 83 public void onAnimationRepeat(Animator animator) {
123 public void onAnimationRepeat(Animator animator) {
163 public void onAnimationRepeat(Animator animator) {
  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCircleDrawable.java 233 public void onAnimationRepeat(Animator animation) {
235 mAnimatorListener.onAnimationRepeat(animation);
ModeTransitionView.java 291 public void onAnimationRepeat(Animator animation) {
371 public void onAnimationRepeat(Animator animation) {
546 public void onAnimationRepeat(Animator animation) {
CaptureAnimationOverlay.java 93 public void onAnimationRepeat(Animator animation) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimation.java 131 listener.onAnimationRepeat(realAnimation);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimControllerOverlay.java 75 public void onAnimationRepeat(Animator animation) {
MovieControllerOverlay.java 117 public void onAnimationRepeat(Animation animation) {
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java 97 public void onAnimationRepeat(Animator animation) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
RevealActivity.java 50 public void onAnimationRepeat(Animator animation) {
51 Log.d("Reveal", "onAnimationRepeat " + animation);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java 35 public void onAnimationRepeat(Animator animation) {
LauncherViewPropertyAnimator.java 118 public void onAnimationRepeat(Animator animation) {
121 listener.onAnimationRepeat(this);
  /packages/apps/Camera2/src/com/android/camera/widget/
VideoRecordingHints.java 105 public void onAnimationRepeat(Animator animation) {
139 public void onAnimationRepeat(Animator animation) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 119 public void onAnimationRepeat(Animator animation) {
122 listener.onAnimationRepeat(this);
  /frameworks/base/core/java/android/view/animation/
Animation.java 367 mListener.onAnimationRepeat(Animation.this);
913 if (mListenerHandler == null) mListener.onAnimationRepeat(this);
    [all...]
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DetailFragment.java 154 public void onAnimationRepeat(Animation animation) {
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DetailFragment.java 154 public void onAnimationRepeat(Animation animation) {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationSeeking.java 167 public void onAnimationRepeat(Animator animation) {
Transition3d.java 133 public void onAnimationRepeat(Animation animation) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 139 public void onAnimationRepeat(Animator animation) {}
  /development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
DetailFragment.java 154 public void onAnimationRepeat(Animation animation) {
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 218 public void onAnimationRepeat(Animator animation) {

Completed in 1060 milliseconds

1 2 3 4 5 6