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

1 2 3 4

  /frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java 44 public void onAnimationRepeat(Animator animation) {
Animator.java 274 void onAnimationRepeat(Animator animation);
AnimatorSet.java 670 public void onAnimationRepeat(Animator animation) {
774 public void onAnimationRepeat(Animator animation) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimControllerOverlay.java 71 public void onAnimationRepeat(Animator animation) {
MovieControllerOverlay.java 117 public void onAnimationRepeat(Animation animation) {
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
PhotoView.java 130 public void onAnimationRepeat(Animation animation) {
154 public void onAnimationRepeat(Animation animation) {
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 182 public void onAnimationRepeat(Animator animation) {
199 public void onAnimationRepeat(Animator animation) {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java 33 public void onAnimationRepeat(Animator animation) {
LauncherViewPropertyAnimator.java 117 public void onAnimationRepeat(Animator animation) {
120 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...]
  /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) {
AbsActionBarView.java 276 public void onAnimationRepeat(Animator animation) {
  /packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java 166 public void onAnimationRepeat(Animation animation) {
  /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 243 public void onAnimationRepeat(Animator animation) {
355 public void onAnimationRepeat(Animation a) {
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 187 public void onAnimationRepeat(Animator animation) {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 337 public void onAnimationRepeat(Animation animation) {
  /external/replicaisland/src/com/replica/replicaisland/
DifficultyMenuActivity.java 160 public void onAnimationRepeat(Animation animation) {
ExtrasMenuActivity.java 223 public void onAnimationRepeat(Animation animation) {
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 130 public void onAnimationRepeat(Animation animation) {
  /development/samples/Home/src/com/example/android/home/
Home.java 700 public void onAnimationRepeat(Animation animation) {
716 public void onAnimationRepeat(Animation animation) {
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java     [all...]

Completed in 2869 milliseconds

1 2 3 4