Home
last modified time | relevance | path

Searched refs:mPositionType (Results 1 – 13 of 13) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/dsl/
DKeyPosition.java32 private Type mPositionType = Type.CARTESIAN; field in KeyPosition
95 return mPositionType; in getPositionType()
99 mPositionType = positionType; in setPositionType()
118 if (mPositionType != null) { in toString()
119 ret.append("type:'").append(mPositionType).append("',\n"); in toString()
DKeyPositions.java30 private Type mPositionType = null; field in KeyPositions
103 return mPositionType; in getPositionType()
107 mPositionType = positionType; in setPositionType()
123 if (mPositionType != null) { in toString()
124 ret.append("type:'").append(mPositionType).append("',\n"); in toString()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKeyPosition.java58 int mPositionType = TYPE_CARTESIAN; field in KeyPosition
85 mPositionType = type; in setType()
92 switch (mPositionType) { in calcPosition()
155 switch (mPositionType) { in positionAttributes()
412 c.mPositionType = a.getInt(attr, c.mPositionType); in read()
DMotionPaths.java197 switch (c.mPositionType) { in MotionPaths()
218 this.mMode = c.mPositionType; // mode and type have same numbering scheme in initPolar()
226 switch (c.mPositionType) { in initPolar()
DMotionController.java1704 info[++cursor] = kp.mPositionType;
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/
DMotionKeyPosition.java42 public int mPositionType = TYPE_CARTESIAN; field in MotionKeyPosition
98 switch (mPositionType) { in positionAttributes()
259 switch (mPositionType) { in calcPosition()
292 mPositionType = value; in setValue()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionPaths.java126 switch (c.mPositionType) { in MotionPaths()
148 this.mMode = c.mPositionType; // mode and type have same numbering scheme in initPolar()
159 switch (c.mPositionType) { in initPolar()
DMotion.java1676 info[++cursor] = kp.mPositionType; in getKeyFrameInfo()
/constraintlayout/constraintlayout-core/api/
Dapi_lint.ignore368 InternalField: androidx.constraintlayout.core.motion.key.MotionKeyPosition#mPositionType:
369 Internal field mPositionType must not be exposed
3900 MutableBareField: androidx.constraintlayout.core.motion.key.MotionKeyPosition#mPositionType:
3901 Bare field mPositionType must be marked final, or moved behind accessors if mutable
D1.1.0-beta01.txt1181 field public int mPositionType;
Drestricted_1.1.0-beta01.txt1181 field public int mPositionType;
Drestricted_current.txt1181 field public int mPositionType;
Dcurrent.txt1181 field public int mPositionType;