mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
10 lines
194 B
Java
Generated
10 lines
194 B
Java
Generated
// Generated automatically from android.animation.TimeInterpolator for testing purposes
|
|
|
|
package android.animation;
|
|
|
|
|
|
public interface TimeInterpolator
|
|
{
|
|
float getInterpolation(float p0);
|
|
}
|