Searched defs:animation (Results 1 - 25 of 34) sorted by relevance

12

/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
H A DRotateImageView.java29 import android.view.animation.AnimationUtils;
65 public void setOrientation(int degree, boolean animation) { argument
66 mEnableAnimation = animation;
H A DRotateLayout.java181 public void setOrientation(int orientation, boolean animation) { argument
H A DFaceView.java123 public void setOrientation(int orientation, boolean animation) { argument
143 // Ignore the parameter. No autofocus animation for face detection.
150 // Ignore the parameter. No autofocus animation for face detection.
/packages/apps/Gallery2/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
H A DRotateImageView.java29 import android.view.animation.AnimationUtils;
65 public void setOrientation(int degree, boolean animation) { argument
66 mEnableAnimation = animation;
H A DRotateLayout.java181 public void setOrientation(int orientation, boolean animation) { argument
H A DFaceView.java126 public void setOrientation(int orientation, boolean animation) { argument
146 // Ignore the parameter. No autofocus animation for face detection.
153 // Ignore the parameter. No autofocus animation for face detection.
/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 DFirstFrameAnimatorHelper.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ValueAnimator;
22 import android.animation.Animator.AnimatorListener;
29 * This is a helper class that listens to updates from the corresponding animation.
30 * For the first two frames, it adjusts the current play time of the animation to
31 * prevent jank at the beginning of the animation
59 public void onAnimationStart(Animator animation) { argument
60 final ValueAnimator va = (ValueAnimator) animation;
88 public void onAnimationUpdate(final ValueAnimator animation) { argument
136 print(ValueAnimator animation) argument
[all...]
H A DDeleteDropTarget.java19 import android.animation.TimeInterpolator;
20 import android.animation.ValueAnimator;
21 import android.animation.ValueAnimator.AnimatorUpdateListener;
33 import android.view.animation.AnimationUtils;
34 import android.view.animation.DecelerateInterpolator;
35 import android.view.animation.LinearInterpolator;
255 * Creates an animation from the current drag view to the delete trash icon.
285 public void onAnimationUpdate(ValueAnimator animation) {
287 float t = ((Float) animation.getAnimatedValue()).floatValue();
309 * Creates an animation fro
333 onAnimationUpdate(ValueAnimator animation) argument
[all...]
H A DLauncherViewPropertyAnimator.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.TimeInterpolator;
22 import android.animation.ValueAnimator;
101 public void onAnimationCancel(Animator animation) { argument
110 public void onAnimationEnd(Animator animation) { argument
119 public void onAnimationRepeat(Animator animation) { argument
127 public void onAnimationStart(Animator animation) { argument
130 mFirstFrameHelper.onAnimationStart(animation);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLRootStub.java25 public void registerLaunchedAnimation(CanvasAnimation animation) {} argument
H A DGLRootMock.java28 public void registerLaunchedAnimation(CanvasAnimation animation) {} argument
/packages/apps/Camera/src/com/android/camera/
H A DRotateDialogController.java23 import android.view.animation.Animation;
24 import android.view.animation.AnimationUtils;
82 public void setOrientation(int orientation, boolean animation) { argument
84 mRotateDialog.setOrientation(orientation, animation);
/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) {
86 * @param target The target view to perform the animation on.
204 public void onAnimationEnd(Animator animation) {
219 * Creates a translation-animation for the given views
270 * quickly pushes buttons. Removes the reference once the animation ha
276 onAnimationEnd(Animator animation) argument
[all...]
/packages/apps/Gallery2/src/com/android/camera/
H A DRotateDialogController.java23 import android.view.animation.Animation;
24 import android.view.animation.AnimationUtils;
83 public void setOrientation(int orientation, boolean animation) { argument
85 mRotateDialog.setOrientation(orientation, animation);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
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 DGLRoot.java35 public void registerLaunchedAnimation(CanvasAnimation animation); argument
H A DGLRootView.java140 public void registerLaunchedAnimation(CanvasAnimation animation) { argument
141 // Register the newly launched animation so that we can set the start
143 // rendering, so we set the animation start time as the time we
145 mAnimations.add(animation);
H A DGLView.java85 public void startAnimation(CanvasAnimation animation) { argument
88 mAnimation = animation;
204 // This is used for animation or when the contents changed.
/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/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DCandidatesContainer.java27 import android.view.animation.AlphaAnimation;
28 import android.view.animation.Animation;
29 import android.view.animation.AnimationSet;
30 import android.view.animation.TranslateAnimation;
31 import android.view.animation.Animation.AnimationListener;
43 * view, animation is used to dismiss the current candidate view and show a new
89 * The animation view used to show candidates. It contains two views.
91 * another page, animation effect will be performed.
114 * above. If the page navigation is triggered by DOWN key, this animation is
121 * below. If the page navigation is triggered by UP key, this animation i
462 onAnimationEnd(Animation animation) argument
469 onAnimationRepeat(Animation animation) argument
472 onAnimationStart(Animation animation) argument
[all...]
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java19 import android.animation.Animator;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
23 import android.animation.TimeAnimator;
47 import android.view.animation.AccelerateDecelerateInterpolator;
48 import android.view.animation.DecelerateInterpolator;
54 * This class is responsible for handling the UI animation
55 * around Android Beam. The animation consists of the following
59 * mSlowSendAnimator: scales the screenshot down to 0.2f (used as a "send in progress" animation)
628 onAnimationStart(Animator animation) argument
631 onAnimationEnd(Animator animation) argument
649 onAnimationCancel(Animator animation) argument
652 onAnimationRepeat(Animator animation) argument
655 onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java23 import android.animation.Animator;
24 import android.animation.AnimatorListenerAdapter;
25 import android.animation.ObjectAnimator;
186 public void onAnimationEnd(Animator animation) { argument
188 if (mAnimator != animation) {
189 animation.removeAllListeners();
190 animation.cancel();
216 public void setAnimator(Animator animation) { argument
217 mAnimator = animation;

Completed in 411 milliseconds

12