Searched refs:animation (Results 51 - 75 of 200) sorted by relevance

12345678

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java19 import android.animation.ValueAnimator;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipRegionActivity.java19 import android.animation.ObjectAnimator;
20 import android.animation.ValueAnimator;
H A DMipMapActivity.java31 import android.view.animation.Animation;
32 import android.view.animation.ScaleAnimation;
H A DTransformsAndAnimationsActivity.java18 import android.animation.ObjectAnimator;
19 import android.animation.ValueAnimator;
25 import android.view.animation.AlphaAnimation;
26 import android.view.animation.Animation;
27 import android.view.animation.Transformation;
28 import android.view.animation.TranslateAnimation;
H A DAnimated3dActivity.java19 import android.animation.ObjectAnimator;
/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java16 package android.animation;
82 * Timeout length, based on when the animation should reasonably be complete.
91 * after an animation ends.
117 public void onAnimationEnd(Animator animation) { argument
151 public void onAnimationStart(Animator animation) {
152 // This should only be called on an animation that has not yet been started
159 public void onAnimationCancel(Animator animation) {
160 // This should only be called on an animation that has been started and not
169 public void onAnimationEnd(Animator animation) {
170 // This should only be called on an animation tha
[all...]
H A DAnimatorSetEventsTest.java16 package android.animation;
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java17 package android.view.animation;
30 * other objects. See the {@link android.view.animation animation package
35 * Repeat the animation indefinitely.
40 * When the animation reaches the end and the repeat count is INFINTE_REPEAT
41 * or a positive value, the animation restarts from the beginning.
46 * When the animation reaches the end and the repeat count is INFINTE_REPEAT
47 * or a positive value, the animation plays backward (and then forward again).
54 * first animation frame. This can is useful for short animations.
83 * content for the duration of the animation
1139 onAnimationStart(Animation animation) argument
1147 onAnimationEnd(Animation animation) argument
1154 onAnimationRepeat(Animation animation) argument
[all...]
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 DAlphaAnimation.java17 package android.view.animation;
24 * An animation that controls the alpha level of an object.
25 * Useful for fading things in and out. This animation ends up
54 * @param fromAlpha Starting alpha value for the animation, where 1.0 means
56 * @param toAlpha Ending alpha value for the animation.
H A DAnticipateOvershootInterpolator.java17 package android.view.animation;
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...]
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
23 import android.animation.RectEvaluator;
268 public void onAnimationEnd(Animator animation) {
300 public void onAnimationEnd(Animator animation) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetCarousel.java18 import android.animation.Animator;
19 import android.animation.AnimatorSet;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
25 import android.view.animation.AccelerateInterpolator;
26 import android.view.animation.DecelerateInterpolator;
27 import android.view.animation.Interpolator;
H A DKeyguardViewStateManager.java18 import android.animation.Animator;
19 import android.animation.Animator.AnimatorListener;
20 import android.animation.AnimatorListenerAdapter;
53 public void onAnimationEnd(Animator animation) {
59 public void onAnimationEnd(Animator animation) {
273 // This is to make sure that if the scroller animation gets cut off midway
H A DKeyguardMessageArea.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
284 public void onAnimationEnd(Animator animation) {
H A DKeyguardActivityLauncher.java162 final Bundle animation = useDefaultAnimations ? null
164 launchActivityWithAnimation(intent, showsWhileLocked, animation, worker, onStarted);
169 final Bundle animation,
186 startActivityForCurrentUser(intent, animation, worker, onStarted);
198 startActivityForCurrentUser(intent, animation, worker, onStarted);
167 launchActivityWithAnimation(final Intent intent, boolean showsWhileLocked, final Bundle animation, final Handler worker, final Runnable onStarted) argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java19 import android.animation.ArgbEvaluator;
20 import android.animation.ValueAnimator;
41 import android.view.animation.Animation;
42 import android.view.animation.AnimationUtils;
43 import android.view.animation.DecelerateInterpolator;
274 public void onAnimationUpdate(ValueAnimator animation) {
275 final int c = (Integer) animation.getAnimatedValue();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.ValueAnimator;
23 import android.animation.ValueAnimator.AnimatorUpdateListener;
32 import android.view.animation.LinearInterpolator;
298 public void onAnimationEnd(Animator animation) {
304 public void onAnimationUpdate(ValueAnimator animation) {
318 public void onAnimationUpdate(ValueAnimator animation) {
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialSelectorView.java19 import android.animation.Keyframe;
20 import android.animation.ObjectAnimator;
21 import android.animation.PropertyValuesHolder;
22 import android.animation.ValueAnimator;
23 import android.animation.ValueAnimator.AnimatorUpdateListener;
88 * @param disappearsOut Whether the numbers' animation will have them disappearing out
326 Log.e(TAG, "RadialSelectorView was not ready for animation.");
353 Log.e(TAG, "RadialSelectorView was not ready for animation.");
361 // The time points are half of what they would normally be, because this animation is
390 * We'll need to invalidate during the animation
394 onAnimationUpdate(ValueAnimator animation) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java23 import android.animation.Animator;
24 import android.animation.Animator.AnimatorListener;
25 import android.animation.AnimatorSet;
26 import android.animation.ObjectAnimator;
69 // animation state
408 public void onAnimationEnd(Animator animation) { argument
421 public void onAnimationCancel(Animator animation) { argument
426 public void onAnimationRepeat(Animator animation) { argument
427 if (DEBUG) Log.d(TAG, "fade animation repeated: should never happen.");
432 public void onAnimationStart(Animator animation) { argument
[all...]
H A DActionBarContextView.java23 import android.animation.Animator;
24 import android.animation.Animator.AnimatorListener;
25 import android.animation.AnimatorSet;
26 import android.animation.ObjectAnimator;
38 import android.view.animation.DecelerateInterpolator;
494 public void onAnimationStart(Animator animation) { argument
498 public void onAnimationEnd(Animator animation) { argument
506 public void onAnimationCancel(Animator animation) { argument
510 public void onAnimationRepeat(Animator animation) { argument
H A DScrollingTabContainerView.java20 import android.animation.Animator;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeInterpolator;
36 import android.view.animation.DecelerateInterpolator;
566 public void onAnimationStart(Animator animation) { argument
568 mVisibilityAnim = animation;
573 public void onAnimationEnd(Animator animation) { argument
581 public void onAnimationCancel(Animator animation) { argument
586 public void onAnimationRepeat(Animator animation) { argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ValueAnimator;
23 import android.animation.ValueAnimator.AnimatorUpdateListener;
56 import android.view.animation.Interpolator;
112 // for now, we just add and remove a space from the ticker text to trigger the animation when
433 * Takes a screenshot of the current display and shows an animation.
478 // Start the post-screenshot animation
485 * Starts the animation afte
[all...]
/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java17 package android.animation;
21 import android.animation.Keyframe.IntKeyframe;
22 import android.animation.Keyframe.FloatKeyframe;
23 import android.animation.Keyframe.ObjectKeyframe;
28 * values between those keyframes for a given animation. The class internal to the animation
165 * Gets the animated value, given the elapsed fraction of the animation (interpolated by the
166 * animation's interpolator) and the evaluator used to calculate in-between values. This
169 * outside the [0-1] bounds, if the animation's interpolator made that happen (e.g., a
173 * @param fraction The elapsed fraction of the animation
[all...]

Completed in 515 milliseconds

12345678