Home
last modified time | relevance | path

Searched refs:mPathRotate (Results 1 – 16 of 16) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionConstrainedPoint.java75 private float mPathRotate = Float.NaN; field in MotionConstrainedPoint
109 if (!(Float.isNaN(mPathRotate) && Float.isNaN(points.mPathRotate))) { in different()
158 mTranslationX, mTranslationY, mTranslationZ, mPathRotate}; in fillStandard()
245 this.mPathRotate = c.motion.mPathRotate; in applyParameters()
290 viewSpline.setPoint(mFramePosition, Float.isNaN(mPathRotate) ? 0 : mPathRotate); in addValues()
DMotionPaths.java64 float mPathRotate = Float.NaN; field in MotionPaths
882 @SuppressWarnings("unused") float mPathRotate = Float.NaN; in setDpDt() local
950 float[] set = {mPosition, mX, mY, mWidth, mHeight, mPathRotate}; in fillStandard()
1006 point.mPathRotate = c.motion.mPathRotate; in applyParameters()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionConstrainedPoint.java60 private float mPathRotate = Float.NaN; field in MotionConstrainedPoint
101 if (!(Float.isNaN(mPathRotate) && Float.isNaN(points.mPathRotate))) { in different()
154 mPivotY, mTranslationX, mTranslationY, mTranslationZ, mPathRotate}; in fillStandard()
252 ViewSpline.setPoint(mFramePosition, Float.isNaN(mPathRotate) ? 0 : mPathRotate); in addValues()
DMotionPaths.java57 float mPathRotate = Float.NaN; field in MotionPaths
793 @SuppressWarnings("unused") float mPathRotate = Float.NaN; in setDpDt() local
860 float[] set = {mPosition, mX, mY, mWidth, mHeight, mPathRotate}; in fillStandard()
917 point.mPathRotate = c.mMotion.mPathRotate; in applyParameters()
DMotionWidget.java67 public float mPathRotate = Float.NaN; field in MotionWidget.Motion
227 mMotion.mPathRotate = value; in setValueMotion()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintSet.java1996 public float mPathRotate = Float.NaN; field in ConstraintSet.Motion
2018 mPathRotate = src.mPathRotate; in copyFrom()
2059 mPathRotate = a.getFloat(attr, mPathRotate); in fillFromAttributeList()
4960 delta.add(TRANSITION_PATH_ROTATE, a.getFloat(attr, c.motion.mPathRotate)); in populateOverride()
5116 c.motion.mPathRotate = value; in setDeltaValue()
5655 c.motion.mPathRotate = a.getFloat(attr, c.motion.mPathRotate); in populateConstraint()
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore190 InternalField: androidx.constraintlayout.widget.ConstraintSet.Motion#mPathRotate:
191 Internal field mPathRotate must not be exposed
1976 MutableBareField: androidx.constraintlayout.widget.ConstraintSet.Motion#mPathRotate:
1977 Bare field mPathRotate must be marked final, or moved behind accessors if mutable
Dcurrent.txt1557 field public float mPathRotate;
Drestricted_2.2.0-beta01.txt1557 field public float mPathRotate;
D2.2.0-beta01.txt1557 field public float mPathRotate;
Drestricted_current.txt1557 field public float mPathRotate;
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore320 InternalField: androidx.constraintlayout.core.motion.MotionWidget.Motion#mPathRotate:
321 Internal field mPathRotate must not be exposed
3846 MutableBareField: androidx.constraintlayout.core.motion.MotionWidget.Motion#mPathRotate:
3847 Bare field mPathRotate must be marked final, or moved behind accessors if mutable
D1.1.0-beta01.txt1057 field public float mPathRotate;
Drestricted_1.1.0-beta01.txt1057 field public float mPathRotate;
Drestricted_current.txt1057 field public float mPathRotate;
Dcurrent.txt1057 field public float mPathRotate;