ViewSpline.PathRotate
public
static
class
ViewSpline.PathRotate
extends ViewSpline
Summary
Inherited fields |
From class
androidx.constraintlayout.core.motion.utils.SplineSet
protected
CurveFit |
mCurveFit
|
protected
int[] |
mTimePoints
|
protected
float[] |
mValues
|
|
Inherited methods |
|
From class
androidx.constraintlayout.core.motion.utils.SplineSet
float
|
get(float arg0)
|
CurveFit
|
getCurveFit()
|
float
|
getSlope(float arg0)
|
static
SplineSet
|
makeCustomSpline(String arg0, KeyFrameArray.CustomArray arg1)
|
static
SplineSet
|
makeCustomSplineSet(String arg0, KeyFrameArray.CustomVar arg1)
|
static
SplineSet
|
makeSpline(String arg0, long arg1)
|
void
|
setPoint(int arg0, float arg1)
|
void
|
setProperty(TypedValues arg0, float arg1)
|
void
|
setType(String arg0)
|
void
|
setup(int arg0)
|
String
|
toString()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public constructors
PathRotate
public PathRotate ()
Public methods
setPathRotate
public void setPathRotate (View view,
float t,
double dx,
double dy)
Parameters |
view |
View |
t |
float |
dx |
double |
dy |
double |
setProperty
public void setProperty (View view,
float t)
Parameters |
view |
View |
t |
float |