Searched refs:animation (Results 101 - 125 of 200) sorted by relevance

12345678

/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java27 import android.view.animation.AccelerateInterpolator;
28 import android.view.animation.AnimationUtils;
29 import android.view.animation.Interpolator;
172 /** Whether to reset the scroller start time on the next animation. */
501 * Starts the scroll animation.
523 * Requests that the scroll animation slow to a stop. If there is an
524 * activation delay, this may occur between posting the animation and
529 // The animation has been posted, but hasn't run yet. Manually
530 // stopping animation will prevent it from running.
760 * Starts the scroller at the current animation tim
[all...]
/frameworks/base/core/java/android/animation/
H A DKeyframe.java17 package android.animation;
20 * This class holds a time/value pair for an animation. The Keyframe class is used
21 * by {@link ValueAnimator} to define the values that the animation target will have over the course
22 * of the animation. As the time proceeds from one keyframe to the other, the value of the
31 * treats its values as Objects. Unless your animation requires dealing with a custom type
56 * animation first starts, to populate placeholder keyframes with real values derived
63 * time, as a proportion of an overall animation's duration, at which the value will hold true
64 * for the animation. The value for the animation between keyframes will be calculated as
68 * of time elapsed of the overall animation duratio
[all...]
H A DValueAnimator.java17 package android.animation;
23 import android.view.animation.AccelerateDecelerateInterpolator;
24 import android.view.animation.AnimationUtils;
25 import android.view.animation.LinearInterpolator;
39 * out of an animation. This behavior can be changed by calling
45 * <a href="{@docRoot}guide/topics/graphics/prop-animation.html#value-animator">Property
59 * animation.
72 // The first time that the animation's animateFrame() method is called. This time is used to
78 * Set when setCurrentPlayTime() is called. If negative, animation is not currently seeked
105 // The time interpolator to be used if none is set on the animation
1299 onAnimationUpdate(ValueAnimator animation) argument
[all...]
/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java17 package android.view.animation;
24 * An animation that controls the rotation of an object. This rotation takes
78 * animation.
80 * @param toDegrees Rotation offset to apply at the end of the animation.
93 * animation.
95 * @param toDegrees Rotation offset to apply at the end of the animation.
119 * animation.
121 * @param toDegrees Rotation offset to apply at the end of the animation.
H A DTranslateAnimation.java17 package android.view.animation;
24 * An animation that controls the position of an object. See the
25 * {@link android.view.animation full package} description for details and
86 * animation
88 * animation
90 * animation
92 * animation
113 * animation. This value can either be an absolute number if fromXType
119 * animation. This value can either be an absolute number if toXType
125 * animation
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java18 import android.animation.Animator;
19 import android.animation.AnimatorListenerAdapter;
20 import android.animation.AnimatorSet;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
23 import android.animation.TimeInterpolator;
40 import android.view.animation.DecelerateInterpolator;
450 // of the zoom in animation.
473 * animation on a view, it evokes the sense that the object is shrinking due to moving away
734 public void onAnimationStart(Animator animation) {
[all...]
H A DSlidingChallengeLayout.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
39 import android.view.animation.Interpolator;
347 // We want the duration of the page snap animation to be influenced by the distance that
499 public void onAnimationStart(Animator animation) {
526 public void onAnimationEnd(Animator animation) {
1063 public void onAnimationStart(Animator animation) {
1067 public void onAnimationEnd(Animator animation) {
H A DMultiPaneChallengeLayout.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
121 public void onAnimationStart(Animator animation) {
145 public void onAnimationEnd(Animator animation) {
H A DKeyguardWidgetFrame.java19 import android.animation.Animator;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
87 // This prevents animation conflicts.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java19 import android.animation.Animator;
20 import android.animation.LayoutTransition;
21 import android.animation.TimeInterpolator;
53 import android.view.animation.AnimationUtils;
54 import android.view.animation.DecelerateInterpolator;
382 public void onAnimationCancel(Animator animation) { argument
385 public void onAnimationEnd(Animator animation) { argument
395 public void onAnimationRepeat(Animator animation) { argument
398 public void onAnimationStart(Animator animation) { argument
416 * when the animation i
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java19 import android.animation.ObjectAnimator;
H A DAlphaLayersActivity.java27 import android.view.animation.AlphaAnimation;
28 import android.view.animation.Animation;
H A DGLTextureViewActivity.java19 import android.animation.ObjectAnimator;
20 import android.animation.ValueAnimator;
103 public void onAnimationUpdate(ValueAnimator animation) {
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DAnimationThread.java17 package android.animation;
35 * Abstract animation thread.
37 * This does not actually start an animation, instead it fakes a looper that will play whatever
38 * animation is sending messages to its own {@link Handler}.
42 * If {@link #preAnimation()} does not start an animation somehow then the thread doesn't do
88 * animation timing loop is completely based on a Choreographer objects
89 * that schedules animation and drawing frames. The animation handler is
104 // call out to the pre-animation work, which should start an animation o
[all...]
/frameworks/support/v4/gingerbread/android/support/v4/widget/
H A DScrollerCompatGingerbread.java21 import android.view.animation.Interpolator;
/frameworks/base/core/java/android/widget/
H A DViewAnimator.java27 import android.view.animation.Animation;
28 import android.view.animation.AnimationUtils;
143 * optionally with the with the {@link #getOutAnimation() out animation} and
145 * {@link #getInAnimation() in animation}.
172 * with the {@link #getOutAnimation() out animation} and the specified child
173 * enters the screen with the {@link #getInAnimation() in animation}.
258 * Returns the current animation used to animate a View that enters the screen.
262 * @see #setInAnimation(android.view.animation.Animation)
270 * Specifies the animation used to animate a View that enters the screen.
272 * @param inAnimation The animation starte
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java19 import android.animation.TimeInterpolator;
32 import android.view.animation.LinearInterpolator;
H A DNavigationBarView.java19 import android.animation.LayoutTransition;
20 import android.animation.LayoutTransition.TransitionListener;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeInterpolator;
23 import android.animation.ValueAnimator;
96 // performs manual animation in sync with layout transitions
131 // animation as home (if we catch this condition early enough).
H A DPhoneStatusBar.java28 import android.animation.Animator;
29 import android.animation.AnimatorListenerAdapter;
30 import android.animation.ObjectAnimator;
31 import android.animation.TimeInterpolator;
75 import android.view.animation.AccelerateInterpolator;
76 import android.view.animation.Animation;
77 import android.view.animation.AnimationUtils;
78 import android.view.animation.DecelerateInterpolator;
273 public void onAnimationEnd(Animator animation) {
689 // TODO: Define custom animation fo
[all...]
H A DPanelView.java19 import android.animation.ObjectAnimator;
20 import android.animation.TimeAnimator;
21 import android.animation.TimeAnimator.TimeListener;
206 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) {
513 animationTick(0); // begin the animation
656 // TODO: abort animation or ongoing touch
661 // collapse() should never be a rubberband, even if an animation is already running
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java19 import android.animation.LayoutTransition;
20 import android.animation.ValueAnimator;
62 // Flag set during notification removal animation to avoid causing too much work until
63 // animation is done
230 * flag to true after the animation is done, and then they should make sure that the views
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java25 import android.view.animation.AccelerateInterpolator;
26 import android.view.animation.AnimationUtils;
27 import android.view.animation.Interpolator;
171 /** Whether to reset the scroller start time on the next animation. */
500 * Starts the scroll animation.
522 * Requests that the scroll animation slow to a stop. If there is an
523 * activation delay, this may occur between posting the animation and
528 // The animation has been posted, but hasn't run yet. Manually
529 // stopping animation will prevent it from running.
759 * Starts the scroller at the current animation tim
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java30 import android.view.animation.AccelerateInterpolator;
31 import android.view.animation.AlphaAnimation;
32 import android.view.animation.Animation;
33 import android.view.animation.AnimationSet;
34 import android.view.animation.AnimationUtils;
35 import android.view.animation.DecelerateInterpolator;
36 import android.view.animation.Interpolator;
37 import android.view.animation.ScaleAnimation;
38 import android.view.animation.Animation.AnimationListener;
852 // animation, mov
[all...]
/frameworks/base/core/java/android/transition/
H A DVisibility.java19 import android.animation.Animator;
81 * determines it for the actual animation.
193 * overall transition for this scene change. A null value means no animation
215 * overall transition for this scene change. A null value means no animation
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DEase.java19 import android.animation.TimeInterpolator;

Completed in 515 milliseconds

12345678