blob: 26c15b9221bf64a940401b50cbe84a4085c968e2 [file] [log] [blame]
// Signature format: 4.0
package androidx.interpolator.view.animation {
public class FastOutExtraSlowInInterpolator implements android.view.animation.Interpolator {
ctor public FastOutExtraSlowInInterpolator();
method public float getInterpolation(float);
}
public class FastOutLinearInInterpolator implements android.view.animation.Interpolator {
ctor public FastOutLinearInInterpolator();
method public float getInterpolation(float);
}
public class FastOutSlowInInterpolator implements android.view.animation.Interpolator {
ctor public FastOutSlowInInterpolator();
method public float getInterpolation(float);
}
public class LinearOutSlowInInterpolator implements android.view.animation.Interpolator {
ctor public LinearOutSlowInInterpolator();
method public float getInterpolation(float);
}
}