Searched refs:animation (Results 276 - 300 of 567) sorted by relevance

<<11121314151617181920>>

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DDetailsBackgroundVideoHelper.java19 import android.animation.Animator;
20 import android.animation.ValueAnimator;
/frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
H A DCircularProgressDrawable.java21 import android.animation.Animator;
22 import android.animation.ValueAnimator;
37 import android.view.animation.Interpolator;
38 import android.view.animation.LinearInterpolator;
44 import androidx.interpolator.view.animation.FastOutSlowInInterpolator;
111 /** Full rotation that's done for the animation duration in degrees. */
114 /** The indicator ring, used to manage animation state. */
120 /** Maximum length of the progress arc during the animation. */
122 /** Minimum length of the progress arc during the animation. */
125 /** Rotation applied to ring during the animation, t
[all...]
/frameworks/support/transition/src/main/java/androidx/transition/
H A DChangeBounds.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.AnimatorSet;
22 import android.animation.ObjectAnimator;
23 import android.animation.PropertyValuesHolder;
190 * instead of changing the dimensions of the view during the animation. When
207 * view animation or false when bounds are changed. The default value is false.
210 * view animation or false when bounds are changed. The default value is false.
371 public void onAnimationCancel(Animator animation) {
376 public void onAnimationEnd(Animator animation) {
[all...]
H A DChangeTransform.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
66 * This property sets the animation matrix properties that are not translations.
82 * This property sets the translation animation matrix properties.
98 * Newer platforms suppress view removal at the beginning of the animation.
226 // animation. We are canceling this afterwards.
299 // clear the transform properties so that we can use the animation matrix instead
328 public void onAnimationCancel(Animator animation) {
[all...]
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DSwipeDismissFrameLayout.java23 import android.view.animation.AccelerateInterpolator;
24 import android.view.animation.DecelerateInterpolator;
274 Log.d(TAG, "onSwipeCanceled() run swipe cancel animation");
H A DBezierSCurveInterpolator.java19 import android.animation.TimeInterpolator;
/frameworks/base/core/java/android/animation/
H A DArgbEvaluator.java17 package android.animation;
/frameworks/base/core/java/android/widget/
H A DZoomControls.java25 import android.view.animation.AlphaAnimation;
H A DEdgeEffect.java27 import android.view.animation.AnimationUtils;
28 import android.view.animation.DecelerateInterpolator;
29 import android.view.animation.Interpolator;
40 * false after drawing, the edge effect's animation is not yet complete and the widget
41 * should schedule another drawing pass to continue the animation.</p>
153 * Reports if this EdgeEffect's animation is finished. If this method returns false
155 * drawing pass to continue the animation.
157 * @return true if animation is finished, false if drawing should continue on the next frame.
164 * Immediately finish the current animation.
173 * This will update the state of the current visual effect and its associated animation
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java24 import android.view.animation.AccelerateInterpolator;
25 import android.view.animation.DecelerateInterpolator;
26 import android.view.animation.Interpolator;
27 import android.view.animation.LinearInterpolator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java159 // Load the animation resource.
166 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable
190 if (animation != null && isAnim) {
191 animation.forceAnimationOnUI();
192 animation.start();
268 // If screen is off and device asleep, use the draw on animation so the first frame
H A DLightBarTransitionsController.java19 import android.animation.ValueAnimator;
167 animation -> setIconTintInternal((Float) animation.getAnimatedValue()));
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DCallbackBindingObject.java32 import android.view.animation.Animation;
/frameworks/support/frameworks/support/samples/SupportTransitionDemos/src/main/java/com/example/android/support/transition/widget/
H A DChangeTransformUsage.java25 import androidx.interpolator.view.animation.FastOutSlowInInterpolator;
/frameworks/support/graphics/drawable/animated/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
H A DPathInterpolatorValueParameterizedTest.java24 import android.view.animation.Interpolator;
/frameworks/support/leanback/api21/androidx/leanback/transition/
H A DFadeAndShortSlide.java20 import android.animation.Animator;
21 import android.animation.AnimatorSet;
22 import android.animation.TimeInterpolator;
34 import android.view.animation.DecelerateInterpolator;
230 // workaround b/25375640, avoid run animation on sceneRoot
261 // workaround b/25375640, avoid run animation on sceneRoot
/frameworks/support/leanback/kitkat/androidx/leanback/transition/
H A DCustomChangeBounds.java19 import android.animation.Animator;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DSearchOrbView.java19 import android.animation.ArgbEvaluator;
20 import android.animation.ValueAnimator;
80 * @param brightColor A brighter version of the search orb used for animation.
90 * @param brightColor A brighter version of the search orb used for animation.
106 * A brighter version of the search orb used for animation.
146 public void onAnimationUpdate(ValueAnimator animation) {
147 setSearchOrbZ(animation.getAnimatedFraction());
334 * Enables or disables the orb color animation.
337 * Orb color animation is handled automatically when the orb is focused/unfocused,
338 * however, an app may choose to override the current animation stat
[all...]
/frameworks/support/samples/SupportTransitionDemos/src/main/java/com/example/android/support/transition/widget/
H A DChangeTransformUsage.java25 import androidx.interpolator.view.animation.FastOutSlowInInterpolator;
/frameworks/support/transition/src/androidTest/java/androidx/transition/
H A DChangeImageTransformTest.java27 import android.animation.Animator;
28 import android.animation.AnimatorListenerAdapter;
284 public void onAnimationStart(Animator animation) { argument
289 public void onAnimationEnd(Animator animation) { argument
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
H A DViewPropertyAnimatorCompatSet.java22 import android.view.animation.Interpolator;
/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java18 import android.animation.Animator;
19 import android.animation.ObjectAnimator;
20 import android.animation.TypeEvaluator;
H A DTransitionUtils.java19 import android.animation.Animator;
20 import android.animation.AnimatorSet;
21 import android.animation.TypeEvaluator;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DFlingAnimationUtils.java19 import android.animation.Animator;
22 import android.view.animation.Interpolator;
23 import android.view.animation.PathInterpolator;
29 * Utility class to calculate general fling animation when the finger is released.
60 * @param maxLengthSeconds the longest duration an animation can become in seconds
62 * the end of the animation. 0 means it's at the beginning and no
70 * @param maxLengthSeconds the longest duration an animation can become in seconds
72 * the end of the animation. 0 means it's at the beginning and no
98 * Applies the interpolator and length to the animator, such that the fling animation is
111 * Applies the interpolator and length to the animator, such that the fling animation i
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DViewState.java19 import android.animation.Animator;
20 import android.animation.AnimatorListenerAdapter;
21 import android.animation.ObjectAnimator;
22 import android.animation.PropertyValuesHolder;
23 import android.animation.ValueAnimator;
26 import android.view.animation.Interpolator;
43 * Some animation properties that can be used to update running animations but not creating
258 * Start an animation to this viewstate
260 * @param animationProperties the properties of the animation
276 // start translationX animation
[all...]

Completed in 2110 milliseconds

<<11121314151617181920>>