Searched refs:animation (Results 151 - 175 of 424) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipMenuActivity.java19 import android.animation.Animator;
20 import android.animation.AnimatorInflater;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DClipOutlineActivity.java19 import android.animation.ObjectAnimator;
20 import android.animation.ValueAnimator;
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;
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DInvalidateActivity.java18 import android.animation.ObjectAnimator;
19 import android.animation.ValueAnimator;
/frameworks/support/v4/donut/android/support/v4/view/animation/
H A DPathInterpolatorDonut.java17 package android.support.v4.view.animation;
21 import android.view.animation.Interpolator;
/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...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeAnimator;
23 import android.animation.ValueAnimator;
32 import android.view.animation.Interpolator;
33 import android.view.animation.PathInterpolator;
55 * The amount of width, which is kept in the end when performing a disappear animation (also
61 * At which point from [0,1] does the horizontal collapse animation end (or start when
67 * At which point from [0,1] does the alpha animation en
[all...]
/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 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...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.PropertyValuesHolder;
22 import android.animation.ValueAnimator;
29 import android.view.animation.DecelerateInterpolator;
30 import android.view.animation.Interpolator;
31 import android.view.animation.PathInterpolator;
337 public void onAnimationUpdate(ValueAnimator animation) {
338 float alpha = (float) animation.getAnimatedValue();
348 public void onAnimationEnd(Animator animation) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetail.java17 import android.animation.Animator;
18 import android.animation.Animator.AnimatorListener;
19 import android.animation.AnimatorListenerAdapter;
296 public void onAnimationCancel(Animator animation) {
299 animation.removeListener(this);
303 public void onAnimationEnd(Animator animation) {
313 public void onAnimationEnd(Animator animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java18 import android.animation.Animator;
19 import android.animation.Animator.AnimatorListener;
20 import android.animation.AnimatorListenerAdapter;
218 public void onAnimationEnd(Animator animation) {
224 public void onAnimationCancel(Animator animation) {
231 public void onAnimationEnd(Animator animation) {
240 public void onAnimationCancel(Animator animation) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java28 import android.view.animation.AccelerateDecelerateInterpolator;
29 import android.view.animation.Animation;
30 import android.view.animation.DecelerateInterpolator;
31 import android.view.animation.Transformation;
202 * Sets a flag indicating if the Selected animation (if the selected card
205 * animation. This is a one-shot override. If set to false, after the card
206 * is selected and the selected animation is triggered, this flag is
208 * default behavior, and have the selected animation run immediately. One
210 * instead of delaying the selected animation until the user pauses on a
211 * card, it may be desirable to trigger the animation fo
[all...]
/frameworks/base/core/java/android/transition/
H A DVisibility.java19 import android.animation.Animator;
20 import android.animation.Animator.AnimatorListener;
21 import android.animation.Animator.AnimatorPauseListener;
169 * determines it for the actual animation.
272 * overall transition for this scene change. A null value means no animation
308 * overall transition for this scene change. A null value means no animation
331 * to {@link View#VISIBLE} for the duration of the animation. However, if a View
347 * overall transition for this scene change. A null value means no animation
483 * overall transition for this scene change. A null value means no animation
511 public void onAnimationPause(Animator animation) { argument
518 onAnimationResume(Animator animation) argument
525 onAnimationCancel(Animator animation) argument
530 onAnimationRepeat(Animator animation) argument
534 onAnimationStart(Animator animation) argument
538 onAnimationEnd(Animator animation) argument
[all...]
H A DFade.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
45 * the animation. However, if a view is in a hierarchy which is also altering
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DAnimatedVectorDrawable_Delegate.java20 import com.android.internal.view.animation.NativeInterpolatorFactoryHelper_Delegate;
25 import android.animation.Animator;
26 import android.animation.AnimatorSet;
27 import android.animation.ObjectAnimator;
28 import android.animation.PropertyValuesHolder;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
H A DTaskStackHorizontalGridView.java18 import android.animation.Animator;
19 import android.animation.AnimatorSet;
111 * Starts the Recents row's focus gain animation.
124 * Starts the Recents row's focus loss animation.
144 AnimationProps animation, boolean fromDockGesture) {
143 onStackTaskRemoved(TaskStack stack, Task removedTask, Task newFrontMostTask, AnimationProps animation, boolean fromDockGesture) argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DOnboardingFragment.java19 import android.animation.Animator;
20 import android.animation.AnimatorInflater;
21 import android.animation.AnimatorListenerAdapter;
22 import android.animation.AnimatorSet;
23 import android.animation.ObjectAnimator;
24 import android.animation.TimeInterpolator;
42 import android.view.animation.AccelerateInterpolator;
43 import android.view.animation.DecelerateInterpolator;
88 * When onboarding screen appears, the logo splash animation is played by default. The animation
[all...]
H A DOnboardingSupportFragment.java21 import android.animation.Animator;
22 import android.animation.AnimatorInflater;
23 import android.animation.AnimatorListenerAdapter;
24 import android.animation.AnimatorSet;
25 import android.animation.ObjectAnimator;
26 import android.animation.TimeInterpolator;
44 import android.view.animation.AccelerateInterpolator;
45 import android.view.animation.DecelerateInterpolator;
90 * When onboarding screen appears, the logo splash animation is played by default. The animation
[all...]
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java19 import android.animation.Animator;
20 import android.animation.TimeInterpolator;
21 import android.animation.ValueAnimator;
28 import com.android.internal.view.animation.FallbackLUTInterpolator;
29 import com.android.internal.view.animation.HasNativeInterpolator;
30 import com.android.internal.view.animation.NativeInterpolatorFactory;
153 + "(trying to modify an animation after activity destroy?)");
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleForeground.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
23 import android.animation.TimeInterpolator;
32 import android.view.animation.LinearInterpolator;
47 // Bounded ripple animation properties.
86 /** Whether this ripple has finished its exit animation. */
157 * @return {@code true} if this ripple has finished its exit animation
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonRipple.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
32 import android.view.animation.Interpolator;
346 public void onAnimationEnd(Animator animation) {
347 mRunningAnimations.remove(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...]

Completed in 6105 milliseconds

1234567891011>>