Searched refs:animation (Results 201 - 225 of 424) sorted by relevance

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFocusHighlightHelper.java19 import android.view.animation.AccelerateDecelerateInterpolator;
20 import android.view.animation.Interpolator;
21 import android.animation.TimeAnimator;
125 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) { argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java19 import android.animation.ArgbEvaluator;
20 import android.animation.ValueAnimator;
45 import android.view.animation.Animation;
46 import android.view.animation.AnimationUtils;
47 import android.view.animation.Interpolator;
306 public void onAnimationUpdate(ValueAnimator animation) {
307 final int c = (Integer) animation.getAnimatedValue();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java19 import android.animation.ArgbEvaluator;
20 import android.animation.ValueAnimator;
38 import android.view.animation.DecelerateInterpolator;
178 public void onAnimationUpdate(ValueAnimator animation) {
179 final int c = (Integer) animation.getAnimatedValue();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
32 import com.android.settingslib.animation.AppearAnimationUtils;
176 public void onAnimationEnd(Animator animation) {
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java19 import android.animation.AnimatorSet;
24 import android.animation.Animator;
25 import android.animation.AnimatorListenerAdapter;
26 import android.animation.ObjectAnimator;
27 import android.animation.PropertyValuesHolder;
28 import android.animation.RectEvaluator;
188 * instead of changing the dimensions of the view during the animation. When
206 * view animation or false when bounds are changed. The default value is false.
209 * view animation or false when bounds are changed. The default value is false.
384 public void onAnimationCancel(Animator animation) {
[all...]
H A DChangeTransform.java18 import android.animation.Animator;
19 import android.animation.AnimatorListenerAdapter;
20 import android.animation.FloatArrayEvaluator;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
63 * This property sets the animation matrix properties that are not translations.
79 * This property sets the translation animation matrix properties.
282 // clear the transform properties so that we can use the animation matrix instead
311 public void onAnimationCancel(Animator animation) {
316 public void onAnimationEnd(Animator animation) {
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java20 import android.animation.Animator;
21 import android.animation.ObjectAnimator;
22 import android.animation.TimeInterpolator;
34 import android.view.animation.DecelerateInterpolator;
579 public void onAnimationStart(Animator animation) { argument
581 mVisibilityAnim = animation;
586 public void onAnimationEnd(Animator animation) { argument
594 public void onAnimationCancel(Animator animation) { argument
599 public void onAnimationRepeat(Animator animation) { argument
H A DFloatingToolbar.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
23 import android.animation.ValueAnimator;
49 import android.view.animation.Animation;
50 import android.view.animation.AnimationSet;
51 import android.view.animation.Transformation;
52 import android.view.animation.AnimationUtils;
53 import android.view.animation
[all...]
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java16 package android.animation;
25 import android.view.animation.LinearInterpolator;
529 public void onAnimationUpdate(ValueAnimator animation) {
541 super.onAnimationUpdate(animation);
666 // Start animation and seek during the animation.
708 // Check that seeking during running doesn't change animation's internal state
822 // called on these two animators, we expected their animation listeners to receive both
863 // Check that both animators' listeners have received the animation callbacks.
884 // Set a fraction on an animation wit
1062 onAnimationUpdate(ValueAnimator animation) argument
1088 onAnimationStart(Animator animation) argument
1094 onAnimationEnd(Animator animation) argument
1100 onAnimationCancel(Animator animation) argument
1105 onAnimationRepeat(Animator animation) argument
1115 onAnimationPause(Animator animation) argument
1120 onAnimationResume(Animator animation) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.ValueAnimator;
32 import android.view.animation.Interpolator;
167 public void onAnimationCancel(Animator animation) {
172 public void onAnimationEnd(Animator animation) {
637 // the animation only to the last notification, and then jump to the maximum panel height so
663 // Make it shorter if we run a canned animation
674 public void onAnimationCancel(Animator animation) {
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java38 import android.view.animation.Animation;
39 import android.view.animation.Animation.AnimationListener;
40 import android.view.animation.DecelerateInterpolator;
41 import android.view.animation.Transformation;
54 * animation, it should call setRefreshing(true). To disable the gesture and
55 * progress animation, call setEnabled(false) on the view.
173 public void onAnimationStart(Animation animation) {
177 public void onAnimationRepeat(Animation animation) {
181 public void onAnimationEnd(Animation animation) {
205 setAnimationProgress(0 /* animation complet
894 isAnimationRunning(Animation animation) argument
[all...]
/frameworks/base/core/java/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/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DRadialTextsView.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;
158 * Allows for smoother animation.
166 * Used by the animation to move the numbers in and out.
337 Log.e(TAG, "RadialTextView was not ready for animation.");
346 Log.e(TAG, "RadialTextView was not ready for animation.");
355 public void onAnimationUpdate(ValueAnimator animation) { argument
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java23 import android.animation.Animator;
24 import android.animation.ValueAnimator;
40 import android.support.v4.view.animation.FastOutLinearInInterpolator;
47 import android.view.animation.Interpolator;
48 import android.view.animation.AnimationUtils;
456 public void onAnimationStart(Animator animation) {
459 public void onAnimationRepeat(Animator animation) {
462 public void onAnimationEnd(Animator animation) {
469 public void onAnimationCancel(Animator animation) {
476 public void onAnimationUpdate(ValueAnimator animation) {
[all...]
/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java17 package android.animation;
19 import android.animation.Keyframe.FloatKeyframe;
25 * values between those keyframes for a given animation. The class internal to the animation
30 * TypeEvaluator set for the animation, so that values can be calculated without autoboxing to the
H A DIntKeyframeSet.java17 package android.animation;
19 import android.animation.Keyframe.IntKeyframe;
25 * values between those keyframes for a given animation. The class internal to the animation
30 * TypeEvaluator set for the animation, so that values can be calculated without autoboxing to the
/frameworks/base/core/tests/coretests/src/android/transition/
H A DTransitionTest.java19 import android.animation.AnimatorSetActivity;
26 import android.view.animation.AccelerateInterpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPathInterpolatorBuilder.java18 import android.view.animation.BaseInterpolator;
19 import android.view.animation.Interpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java21 import android.animation.Animator;
22 import android.animation.AnimatorSet;
23 import android.animation.ObjectAnimator;
24 import android.animation.ValueAnimator;
466 * @param fadeInDuration the duration of the action button animation, only used if
545 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT);
546 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this,
571 AnimationProps animation = new AnimationProps(duration, Interpolators.ALPHA_OUT);
572 mDimAnimator = animation.apply(AnimationProps.DIM_ALPHA, ObjectAnimator.ofFloat(this,
692 // Reset the clip state for the drag view after the end animation complete
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationViewWrapper.java19 import android.animation.Animator;
20 import android.animation.ValueAnimator;
74 * @param delay if fading, the delay of the animation
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
H A DPipControlButtonView.java19 import android.animation.Animator;
20 import android.animation.AnimatorInflater;
147 * Starts the focus gain animation.
154 // If we had faded out the ripple drawable, run our manual focus change animation.
162 * Starts the focus loss animation.
169 // Button uses ripple that has the default animation for the focus changes.
171 // so we should manually run the fade out animation when PIP controls row loses focus.
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenFooter.java18 import android.animation.LayoutTransition;
19 import android.animation.ValueAnimator;
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java49 import android.view.animation.AlphaAnimation;
50 import android.view.animation.Animation;
51 import android.view.animation.AnimationSet;
52 import android.view.animation.DecelerateInterpolator;
53 import android.view.animation.Interpolator;
54 import android.view.animation.ScaleAnimation;
55 import android.view.animation.Transformation;
56 import android.view.animation.TranslateAnimation;
375 return; // Will call cleanUpDragLw when the animation is done.
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsActivity.java31 import android.view.animation.Animation;
32 import android.view.animation.ScaleAnimation;
H A DViewPropertyAlphaActivity.java19 import android.animation.ObjectAnimator;
20 import android.animation.ValueAnimator;

Completed in 6696 milliseconds

1234567891011>>