blob: 5ce1a38ce535aa42a64e0809a4f160d260416454 [file] [log] [blame]
// Signature format: 3.0
package androidx.interpolator.view.animation {
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);
}
}