ViewSpline
public
abstract
class
ViewSpline
extends SplineSet
java.lang.Object
|
↳ |
androidx.constraintlayout.core.motion.utils.SplineSet
|
|
↳ |
androidx.constraintlayout.motion.utils.ViewSpline
|
Summary
Nested classes |
class |
ViewSpline.CustomSet
|
class |
ViewSpline.PathRotate
|
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
ViewSpline
public ViewSpline ()
Public methods
makeSpline
public static ViewSpline makeSpline (String str)
setProperty
public abstract void setProperty (View view,
float t)
Parameters |
view |
View |
t |
float |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2022-01-24 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]