Searched refs:animation (Results 1 - 25 of 112) sorted by relevance

12345

/packages/apps/Camera/src/com/android/camera/ui/
H A DRotatable.java20 // Set parameter 'animation' to true to have animation when rotation.
21 public void setOrientation(int orientation, boolean animation); argument
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAnimatorUpdateListener.java19 import android.animation.ValueAnimator;
20 import android.animation.ValueAnimator.AnimatorUpdateListener;
23 public void onAnimationUpdate(ValueAnimator animation) { argument
24 final float b = (Float) animation.getAnimatedValue();
H A DLauncherAnimUtils.java19 import android.animation.Animator;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
23 import android.animation.ValueAnimator;
30 public void onAnimationStart(Animator animation) {
33 public void onAnimationRepeat(Animator animation) {
36 public void onAnimationEnd(Animator animation) {
37 sAnimators.remove(animation);
40 public void onAnimationCancel(Animator animation) {
[all...]
H A DInterruptibleInOutAnimator.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
24 * A convenience class for two-way animations, e.g. a fadeIn/fadeOut animation.
25 * With a regular ValueAnimator, if you call reverse to show the 'out' animation, you'll get
26 * a frame-by-frame mirror of the 'in' animation -- i.e., the interpolated values will
27 * be exactly reversed. Using this class, both the 'in' and the 'out' animation use the
55 public void onAnimationEnd(Animator animation) {
70 // TODO: We don't really need to do the animation if startValue == toValue, but
71 // somehow that doesn't seem to work, possibly a quirk of the animation framewor
[all...]
H A DDragView.java20 import android.animation.ValueAnimator;
21 import android.animation.ValueAnimator.AnimatorUpdateListener;
31 import android.view.animation.DecelerateInterpolator;
87 public void onAnimationUpdate(ValueAnimator animation) {
88 final float value = (Float) animation.getAnimatedValue();
102 animation.cancel();
211 public void onAnimationUpdate(ValueAnimator animation) {
212 mCrossFadeProgress = animation.getAnimatedFraction();
251 // Start the pick-up animation
259 // Post the animation t
[all...]
H A DLauncherViewPropertyAnimator.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.TimeInterpolator;
99 public void onAnimationCancel(Animator animation) { argument
108 public void onAnimationEnd(Animator animation) { argument
117 public void onAnimationRepeat(Animator animation) { argument
125 public void onAnimationStart(Animator animation) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTrimControllerOverlay.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.ObjectAnimator;
51 // Add animation to hide the play button while playing.
57 public void onAnimationStart(Animator animation) {
61 public void onAnimationEnd(Animator animation) {
66 public void onAnimationCancel(Animator animation) {
71 public void onAnimationRepeat(Animator animation) {
H A DMovieControllerOverlay.java24 import android.view.animation.Animation;
25 import android.view.animation.Animation.AnimationListener;
26 import android.view.animation.AnimationUtils;
112 public void onAnimationStart(Animation animation) { argument
117 public void onAnimationRepeat(Animation animation) { argument
122 public void onAnimationEnd(Animation animation) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DCaptureAnimation.java19 import android.view.animation.AccelerateDecelerateInterpolator;
20 import android.view.animation.AccelerateInterpolator;
21 import android.view.animation.DecelerateInterpolator;
22 import android.view.animation.Interpolator;
H A DGLRoot.java34 public void registerLaunchedAnimation(CanvasAnimation animation); argument
/packages/apps/Email/src/com/android/email/activity/
H A DBannerController.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
22 import android.animation.TimeInterpolator;
25 import android.view.animation.DecelerateInterpolator;
H A DThreePaneLayout.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
22 import android.animation.TimeInterpolator;
31 import android.view.animation.DecelerateInterpolator;
45 * TODO onVisiblePanesChanged() should be called *AFTER* the animation, not before.
458 * Helper method to start animation.
467 Log.w(Logging.LOG_TAG, "Anim: Cancelling last animation: " + mLastAnimator);
496 * Update the visibility of each pane before/after an animation.
528 * Show the about-to-become-visible panes before an animation
531 onAnimationStart(Animator animation) argument
552 onAnimationRepeat(Animator animation) argument
556 onAnimationCancel(Animator animation) argument
563 onAnimationEnd(Animator animation) argument
[all...]
/packages/screensavers/WebView/src/com/android/dreams/web/
H A DScreensaver.java19 import android.animation.Animator;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeInterpolator;
39 import android.view.animation.AccelerateInterpolator;
40 import android.view.animation.DecelerateInterpolator;
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DActionableToastBar.java19 import android.animation.Animator;
20 import android.animation.AnimatorInflater;
145 // Also prevent hiding if show animation is going on.
168 public void onAnimationStart(Animator animation) {
172 public void onAnimationEnd(Animator animation) {
173 // There is a tiny change that and hide animation could have finished right
174 // before the show animation finished. In that case, the hide will mark the
179 public void onAnimationCancel(Animator animation) {
182 public void onAnimationRepeat(Animator animation) {
196 public void onAnimationStart(Animator animation) {
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaver.java19 import android.animation.Animator;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeInterpolator;
34 import android.view.animation.AccelerateInterpolator;
35 import android.view.animation.DecelerateInterpolator;
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlBarContainer.java27 import android.view.animation.Animation;
28 import android.view.animation.Animation.AnimationListener;
29 import android.view.animation.AnimationUtils;
94 public void onAnimationEnd(Animation animation) {
95 if (animation == mSecondLevelFadeOut) {
97 } else if (animation == mFadeOut) {
102 public void onAnimationRepeat(Animation animation) {
105 public void onAnimationStart(Animation animation) {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DSoftLandingInterpolator.java19 import android.view.animation.Interpolator;
20 import android.view.animation.DecelerateInterpolator;
21 import android.view.animation.LinearInterpolator;
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DTweener.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.ObjectAnimator;
23 import android.animation.PropertyValuesHolder;
24 import android.animation.TimeInterpolator;
25 import android.animation.ValueAnimator.AnimatorUpdateListener;
117 // Update animation with properties discovered in loop above
144 public void onAnimationEnd(Animator animation) {
145 remove(animation);
[all...]
/packages/apps/Calculator/src/com/android/calculator2/
H A DPanelSwitcher.java24 import android.view.animation.Animation;
25 import android.view.animation.Animation.AnimationListener;
26 import android.view.animation.TranslateAnimation;
166 public void onAnimationRepeat(Animation animation) { argument
170 public void onAnimationStart(Animation animation) { argument
174 public void onAnimationEnd(Animation animation) { argument
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLRootMock.java28 public void registerLaunchedAnimation(CanvasAnimation animation) {} argument
H A DGLRootStub.java25 public void registerLaunchedAnimation(CanvasAnimation animation) {} argument
/packages/apps/Browser/src/com/android/browser/
H A DTitleBar.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.ObjectAnimator;
30 import android.view.animation.Animation;
31 import android.view.animation.Animation.AnimationListener;
32 import android.view.animation.AnimationUtils;
33 import android.view.animation.DecelerateInterpolator;
239 public void onAnimationStart(Animator animation) {
243 public void onAnimationRepeat(Animator animation) {
247 public void onAnimationEnd(Animator animation) {
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.AnimatorSet;
23 import android.animation.ObjectAnimator;
67 public void onAnimationEnd(Animator animation) {
171 public void onAnimationEnd(Animator animation) {
186 * Creates a translation-animation for the given views
234 * quickly pushes buttons. Removes the reference once the animation has finished
240 public void onAnimationEnd(Animator animation) { argument
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
H A DSwipeHelper.java20 import android.animation.Animator;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.ObjectAnimator;
23 import android.animation.ValueAnimator;
24 import android.animation.ValueAnimator.AnimatorUpdateListener;
32 import android.view.animation.LinearInterpolator;
303 public void onAnimationEnd(Animator animation) {
310 public void onAnimationUpdate(ValueAnimator animation) {
353 public void onAnimationUpdate(ValueAnimator animation) {
362 public void onAnimationStart(Animator animation) {
[all...]
/packages/apps/Phone/src/com/android/phone/
H A DAnimationUtils.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
37 * Turn on when you're interested in fading animation. Intentionally untied from other debug
56 // View tag that's set during the fade-out animation; see hide() and
64 * of a fade-out animation), this method will return without doing
75 // canceled an in-progress fade-out animation.
110 // of a fade-out animation.
117 public void onAnimationEnd(Animator animation) {
132 * of a fade-out animation
[all...]

Completed in 2012 milliseconds

12345