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

1 2 3 4 5

  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 45 public void onAnimationRepeat(Animator animation) {
Animator.java 393 void onAnimationRepeat(Animator 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/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 182 public void onAnimationRepeat(Animator animation) {
199 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) {
  /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/Launcher3/src/com/android/launcher3/
LauncherAnimUtils.java 36 public void onAnimationRepeat(Animator animation) {
LauncherViewPropertyAnimator.java 119 public void onAnimationRepeat(Animator animation) {
122 listener.onAnimationRepeat(this);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 194 public void onAnimationRepeat(Animator animation) {
211 public void onAnimationRepeat(Animator animation) {
  /frameworks/base/core/java/android/view/animation/
Animation.java 367 mListener.onAnimationRepeat(Animation.this);
913 if (mListenerHandler == null) mListener.onAnimationRepeat(this);
    [all...]
  /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) {
AnimatorEvents.java 229 public void onAnimationRepeat(Animator animation) {
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 218 public void onAnimationRepeat(Animator animation) {
  /packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java 166 public void onAnimationRepeat(Animation animation) {
  /packages/apps/Dialer/src/com/android/dialer/list/
TileInteractionTeaserView.java 132 public void onAnimationRepeat(Animator animator) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBarContainer.java 102 public void onAnimationRepeat(Animation animation) {
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 229 public void onAnimationRepeat(Animator animation) {
341 public void onAnimationRepeat(Animation a) {
  /packages/apps/Camera2/src/com/android/camera/ui/
PieRenderer.java 337 public void onAnimationRepeat(Animator animation) {
491 public void onAnimationRepeat(Animator animator) {
837 public void onAnimationRepeat(Animator arg0) {
879 public void onAnimationRepeat(Animator animation) {
    [all...]
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 187 public void onAnimationRepeat(Animator animation) {

Completed in 513 milliseconds

1 2 3 4 5