mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
15 lines
400 B
Java
Generated
15 lines
400 B
Java
Generated
// Generated automatically from android.transition.PathMotion for testing purposes
|
|
|
|
package android.transition;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.Path;
|
|
import android.util.AttributeSet;
|
|
|
|
abstract public class PathMotion
|
|
{
|
|
public PathMotion(){}
|
|
public PathMotion(Context p0, AttributeSet p1){}
|
|
public abstract Path getPath(float p0, float p1, float p2, float p3);
|
|
}
|