Searched refs:mPositionType (Results 1 – 13 of 13) sorted by relevance
32 private Type mPositionType = Type.CARTESIAN; field in KeyPosition95 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()
30 private Type mPositionType = null; field in KeyPositions103 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()
58 int mPositionType = TYPE_CARTESIAN; field in KeyPosition85 mPositionType = type; in setType()92 switch (mPositionType) { in calcPosition()155 switch (mPositionType) { in positionAttributes()412 c.mPositionType = a.getInt(attr, c.mPositionType); in read()
197 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()
1704 info[++cursor] = kp.mPositionType;
42 public int mPositionType = TYPE_CARTESIAN; field in MotionKeyPosition98 switch (mPositionType) { in positionAttributes()259 switch (mPositionType) { in calcPosition()292 mPositionType = value; in setValue()
126 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()
1676 info[++cursor] = kp.mPositionType; in getKeyFrameInfo()
368 InternalField: androidx.constraintlayout.core.motion.key.MotionKeyPosition#mPositionType:369 Internal field mPositionType must not be exposed3900 MutableBareField: androidx.constraintlayout.core.motion.key.MotionKeyPosition#mPositionType:3901 Bare field mPositionType must be marked final, or moved behind accessors if mutable
1181 field public int mPositionType;