Class ViewState
- java.lang.Object
-
- androidx.constraintlayout.core.motion.utils.ViewState
-
public class ViewState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ViewState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetState(MotionWidget v)intheight()intwidth()
-
-
-
Method Detail
-
getState
public void getState(MotionWidget v)
-
width
public int width()
-
height
public int height()
-
-