Home
last modified time | relevance | path

Searched refs:DynamicAnimation (Results 1 – 23 of 23) sorted by relevance

/frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/
DSpringTests.java44 import androidx.dynamicanimation.animation.DynamicAnimation;
99 DynamicAnimation.OnAnimationEndListener listener = mock( in testCustomProperties()
100 DynamicAnimation.OnAnimationEndListener.class); in testCustomProperties()
118 DynamicAnimation.OnAnimationUpdateListener updateListener = in testFloatValueHolder()
119 new DynamicAnimation.OnAnimationUpdateListener() { in testFloatValueHolder()
122 public void onAnimationUpdate(DynamicAnimation animation, float value, float velocity) { in testFloatValueHolder()
130 DynamicAnimation.OnAnimationUpdateListener mockListener = in testFloatValueHolder()
131 mock(DynamicAnimation.OnAnimationUpdateListener.class); in testFloatValueHolder()
137 DynamicAnimation.OnAnimationEndListener listener = mock( in testFloatValueHolder()
138 DynamicAnimation.OnAnimationEndListener.class); in testFloatValueHolder()
[all …]
DFlingTests.java33 import androidx.dynamicanimation.animation.DynamicAnimation;
91 DynamicAnimation.OnAnimationEndListener listener = mock( in testCustomProperties()
92 DynamicAnimation.OnAnimationEndListener.class); in testCustomProperties()
114 DynamicAnimation.OnAnimationEndListener listener = mock( in testFloatValueHolder()
115 DynamicAnimation.OnAnimationEndListener.class); in testFloatValueHolder()
143 DynamicAnimation.OnAnimationEndListener listener = mock( in testFriction()
144 DynamicAnimation.OnAnimationEndListener.class); in testFriction()
184 animHighThreshold.addUpdateListener(new DynamicAnimation.OnAnimationUpdateListener() { in testVelocityThreshold()
186 public void onAnimationUpdate(DynamicAnimation animation, float value, float velocity) { in testVelocityThreshold()
195 DynamicAnimation.OnAnimationEndListener listener = mock( in testVelocityThreshold()
[all …]
/frameworks/support/dynamic-animation/api_legacy/
D26.0.0.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
Dcurrent.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
D28.0.0-alpha1.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
D27.1.0.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
D26.1.0.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
D27.0.0.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
/frameworks/support/dynamic-animation/api/
Dcurrent.txt3 …public abstract class DynamicAnimation<T extends androidx.dynamicanimation.animation.DynamicAnimat…
4 …method public T addEndListener(androidx.dynamicanimation.animation.DynamicAnimation.OnAnimationEnd…
5 …method public T addUpdateListener(androidx.dynamicanimation.animation.DynamicAnimation.OnAnimation…
9 …method public void removeEndListener(androidx.dynamicanimation.animation.DynamicAnimation.OnAnimat…
10 …method public void removeUpdateListener(androidx.dynamicanimation.animation.DynamicAnimation.OnAni…
17 … field public static final androidx.dynamicanimation.animation.DynamicAnimation.ViewProperty ALPHA;
22 …field public static final androidx.dynamicanimation.animation.DynamicAnimation.ViewProperty ROTATI…
23 …field public static final androidx.dynamicanimation.animation.DynamicAnimation.ViewProperty ROTATI…
24 …field public static final androidx.dynamicanimation.animation.DynamicAnimation.ViewProperty ROTATI…
25 …field public static final androidx.dynamicanimation.animation.DynamicAnimation.ViewProperty SCALE_…
[all …]
/frameworks/support/samples/SupportAnimationDemos/src/main/java/com/example/android/support/animation/
DMainActivity.java27 import androidx.dynamicanimation.animation.DynamicAnimation;
45 final SpringAnimation anim1X = new SpringAnimation(follow1, DynamicAnimation.TRANSLATION_X, in onCreate()
47 final SpringAnimation anim1Y = new SpringAnimation(follow1, DynamicAnimation.TRANSLATION_Y, in onCreate()
49 final SpringAnimation anim2X = new SpringAnimation(follow2, DynamicAnimation.TRANSLATION_X, in onCreate()
51 final SpringAnimation anim2Y = new SpringAnimation(follow2, DynamicAnimation.TRANSLATION_Y, in onCreate()
54 anim1X.addUpdateListener(new DynamicAnimation.OnAnimationUpdateListener() { in onCreate()
56 public void onAnimationUpdate(DynamicAnimation dynamicAnimation, float value, in onCreate()
62 anim1Y.addUpdateListener(new DynamicAnimation.OnAnimationUpdateListener() { in onCreate()
64 public void onAnimationUpdate(DynamicAnimation dynamicAnimation, float value, in onCreate()
DSpringActivity.java27 import androidx.dynamicanimation.animation.DynamicAnimation;
49 final SpringAnimation anim = new SpringAnimation(img, DynamicAnimation.TRANSLATION_Y, in onCreate()
51 anim.addUpdateListener(new DynamicAnimation.OnAnimationUpdateListener() { in onCreate()
53 public void onAnimationUpdate(DynamicAnimation dynamicAnimation, float v, float v1) { in onCreate()
/frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
DFlingAnimation.java41 public final class FlingAnimation extends DynamicAnimation<FlingAnimation> {
206 private final DynamicAnimation.MassState mMassState = new DynamicAnimation.MassState();
DDynamicAnimation.java40 public abstract class DynamicAnimation<T extends DynamicAnimation<T>> class
333 DynamicAnimation(final FloatValueHolder floatValueHolder) { in DynamicAnimation() method in DynamicAnimation
356 <K> DynamicAnimation(K object, FloatPropertyCompat<K> property) { in DynamicAnimation() method in DynamicAnimation
742 void onAnimationEnd(DynamicAnimation animation, boolean canceled, float value, in onAnimationEnd()
761 void onAnimationUpdate(DynamicAnimation animation, float value, float velocity); in onAnimationUpdate()
DSpringForce.java107 private final DynamicAnimation.MassState mMassState = new DynamicAnimation.MassState();
274 DynamicAnimation.MassState updateValues(double lastDisplacement, double lastVelocity, in updateValues()
DSpringAnimation.java58 public final class SpringAnimation extends DynamicAnimation<SpringAnimation> {
/frameworks/support/dynamic-animation/
Dbuild.gradle21 name = "Android Support DynamicAnimation"
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
DOctopusDrawable.java29 import android.support.animation.DynamicAnimation;
283 implements DynamicAnimation.OnAnimationUpdateListener {
330 public void onAnimationUpdate(DynamicAnimation dynamicAnimation, float v, float v1) { in onAnimationUpdate()
/frameworks/support/api/
D25.4.0.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
D25.3.0.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
8 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
9 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
15 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
16 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
18 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
19 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
D26.0.0-beta1.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
D26.0.0-beta2.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
D26.1.0.txt3 public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
[all …]
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config2573 …"android/support/animation/DynamicAnimation": "androidx/dynamicanimation/animation/DynamicAnimatio…