Searched refs:animation (Results 76 - 100 of 424) sorted by path

1234567891011>>

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java17 package android.view.animation;
33 * other objects. See the {@link android.view.animation animation package
38 * Repeat the animation indefinitely.
43 * When the animation reaches the end and the repeat count is INFINTE_REPEAT
44 * or a positive value, the animation restarts from the beginning.
49 * When the animation reaches the end and the repeat count is INFINTE_REPEAT
50 * or a positive value, the animation plays backward (and then forward again).
57 * first animation frame. This can is useful for short animations.
86 * content for the duration of the animation
1151 onAnimationStart(Animation animation) argument
1159 onAnimationEnd(Animation animation) argument
1166 onAnimationRepeat(Animation animation) argument
[all...]
H A DAnimationSet.java17 package android.view.animation;
30 * The transformation of each individual animation are composed
118 * Pass false if each animation should use its own interpolator.
127 final AnimationSet animation = (AnimationSet) super.clone();
128 animation.mTempTransformation = new Transformation();
129 animation.mAnimations = new ArrayList<Animation>();
135 animation.mAnimations.add(animations.get(i).clone());
138 return animation;
200 * <p>Sets the duration of every child animation.</p>
202 * @param durationMillis the duration of the animation, i
[all...]
H A DAnimationUtils.java17 package android.view.animation;
49 * Returns the current animation time in milliseconds. This time should be used when invoking
54 * @return the current animation time in milliseconds
66 * @param id The resource id of the animation to load
67 * @return The animation object reference by the specified id
68 * @throws NotFoundException when the animation cannot be loaded
78 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
83 NotFoundException rnf = new NotFoundException("Can't load animation resource ID #0x" +
128 throw new RuntimeException("Unknown animation name: " + parser.getName());
144 * @param id The resource id of the animation t
[all...]
H A DAnticipateInterpolator.java17 package android.view.animation;
26 import com.android.internal.view.animation.HasNativeInterpolator;
27 import com.android.internal.view.animation.NativeInterpolatorFactory;
28 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
H A DAnticipateOvershootInterpolator.java17 package android.view.animation;
25 import com.android.internal.view.animation.HasNativeInterpolator;
26 import com.android.internal.view.animation.NativeInterpolatorFactory;
27 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
H A DBaseInterpolator.java17 package android.view.animation;
H A DBounceInterpolator.java17 package android.view.animation;
22 import com.android.internal.view.animation.HasNativeInterpolator;
23 import com.android.internal.view.animation.NativeInterpolatorFactory;
24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
H A DClipRectAnimation.java17 package android.view.animation;
22 * An animation that controls the clip of an object. See the
23 * {@link android.view.animation full package} description for details and
40 throw new RuntimeException("Expected non-null animation clip rects");
H A DCycleInterpolator.java17 package android.view.animation;
26 import com.android.internal.view.animation.HasNativeInterpolator;
27 import com.android.internal.view.animation.NativeInterpolatorFactory;
28 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
31 * Repeats the animation for a specified number of cycles. The
H A DDecelerateInterpolator.java17 package android.view.animation;
26 import com.android.internal.view.animation.HasNativeInterpolator;
27 import com.android.internal.view.animation.NativeInterpolatorFactory;
28 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
43 * @param factor Degree to which the animation should be eased. Setting factor to 1.0f produces
H A DGridLayoutAnimationController.java17 package android.view.animation;
28 * A layout animation controller is used to animated a grid layout's children.
31 * in the view group to compute the animation delay, this class uses both the
34 * In addition, the animation direction can be controlled. The default direction
36 * also set the animation priority to columns or rows. The default priority is
39 * Information used to compute the animation delay of each child are stored
41 * {@link android.view.animation.GridLayoutAnimationController.AnimationParameters},
105 * Creates a new grid layout animation controller from external resources.
110 * layout animation controller
134 * Creates a new layout animation controlle
139 GridLayoutAnimationController(Animation animation) argument
151 GridLayoutAnimationController(Animation animation, float columnDelay, float rowDelay) argument
[all...]
H A DInterpolator.java17 package android.view.animation;
19 import android.animation.TimeInterpolator;
22 * An interpolator defines the rate of change of an animation. This allows
23 * the basic animation effects (alpha, scale, translate, rotate) to be
27 // A new interface, TimeInterpolator, was introduced for the new android.animation
H A DLayoutAnimationController.java17 package android.view.animation;
30 * A layout animation controller is used to animated a layout's, or a view
31 * group's, children. Each child uses the same animation but for every one of
32 * them, the animation starts at a different time. A layout animation controller
34 * child's animation start must be offset. The delay is computed by using
42 * {@link android.view.animation.GridLayoutAnimationController} will compute the
46 * Information used to compute the animation delay of each child are stored
48 * {@link android.view.animation.LayoutAnimationController.AnimationParameters},
58 * Distributes the animation delay
133 LayoutAnimationController(Animation animation) argument
144 LayoutAnimationController(Animation animation, float delay) argument
200 setAnimation(Animation animation) argument
[all...]
H A DLinearInterpolator.java17 package android.view.animation;
22 import com.android.internal.view.animation.HasNativeInterpolator;
23 import com.android.internal.view.animation.NativeInterpolatorFactory;
24 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
H A DOvershootInterpolator.java17 package android.view.animation;
26 import com.android.internal.view.animation.HasNativeInterpolator;
27 import com.android.internal.view.animation.NativeInterpolatorFactory;
28 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper;
H A DPathInterpolator.java16 package 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 DScaleAnimation.java17 package android.view.animation;
26 * An animation that controls the scale of an object. You can specify the point
139 * animation
140 * @param toX Horizontal scaling factor to apply at the end of the animation
142 * animation
143 * @param toY Vertical scaling factor to apply at the end of the animation
159 * animation
160 * @param toX Horizontal scaling factor to apply at the end of the animation
162 * animation
163 * @param toY Vertical scaling factor to apply at the end of the animation
[all...]
H A DTransformation.java17 package android.view.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
94 * animation
96 * animation
98 * animation
100 * animation
121 * animation. This value can either be an absolute number if fromXType
127 * animation. This value can either be an absolute number if toXType
133 * animation
[all...]
H A DTranslateXAnimation.java17 package android.view.animation;
24 * conjunction with a TranslateYAnimation, allows independent animation of x and y
H A DTranslateYAnimation.java17 package android.view.animation;
24 * conjunction with a TranslateXAnimation, allows independent animation of x and y
/frameworks/base/core/java/android/widget/
H A DAbsListView.java69 import android.view.animation.Interpolator;
70 import android.view.animation.LinearInterpolator;
535 * The StrictMode "critical time span" objects to catch animation
536 * stutters. Non-null when a time-sensitive animation is
754 * animation is now coasting to a stop
4906 * @param duration Duration of the scroll animation in milliseconds.
5999 * @param animateEntrance true if the window should appear with an animation
H A DActionMenuPresenter.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
342 public void onAnimationEnd(Animator animation) {
344 if (mRunningItemAnimations.get(j).animator == animation) {
373 public void onAnimationEnd(Animator animation) {
375 if (mRunningItemAnimations.get(j).animator == animation) {
408 public void onAnimationEnd(Animator animation) {
410 if (mRunningItemAnimations.get(j).animator == animation) {
[all...]
H A DAdapterViewAnimator.java19 import android.animation.AnimatorInflater;
20 import android.animation.ObjectAnimator;
449 * optionally with the with the {@link #getOutAnimation() out animation} and
451 * {@link #getInAnimation() in animation}.
543 // Get the new view from the adapter, add it and apply any transform / animation
858 * Returns the current animation used to animate a View that enters the screen.
862 * @see #setInAnimation(android.animation.ObjectAnimator)
870 * Specifies the animation used to animate a View that enters the screen.
872 * @param inAnimation The animation started when a View enters the screen.
882 * Returns the current animation use
[all...]

Completed in 268 milliseconds

1234567891011>>