| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/ |
| D | MotionConstrainedPoint.java | 75 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()
|
| D | MotionPaths.java | 64 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/ |
| D | MotionConstrainedPoint.java | 60 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()
|
| D | MotionPaths.java | 57 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()
|
| D | MotionWidget.java | 67 public float mPathRotate = Float.NaN; field in MotionWidget.Motion 227 mMotion.mPathRotate = value; in setValueMotion()
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ |
| D | ConstraintSet.java | 1996 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/ |
| D | api_lint.ignore | 190 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
|
| D | current.txt | 1557 field public float mPathRotate;
|
| D | restricted_2.2.0-beta01.txt | 1557 field public float mPathRotate;
|
| D | 2.2.0-beta01.txt | 1557 field public float mPathRotate;
|
| D | restricted_current.txt | 1557 field public float mPathRotate;
|
| /constraintlayout/constraintlayout-core/api/ |
| D | api_lint.ignore | 320 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
|
| D | 1.1.0-beta01.txt | 1057 field public float mPathRotate;
|
| D | restricted_1.1.0-beta01.txt | 1057 field public float mPathRotate;
|
| D | restricted_current.txt | 1057 field public float mPathRotate;
|
| D | current.txt | 1057 field public float mPathRotate;
|