Home
last modified time | relevance | path

Searched refs:transform (Results 1 – 11 of 11) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintSet.java759 if (!constraint.transform.mApply) { in readFallback()
760 constraint.transform.copyFrom(parent.transform); in readFallback()
815 if (!constraint.transform.mApply) { in readFallback()
816 constraint.transform.mApply = true; in readFallback()
817 constraint.transform.rotation = view.getRotation(); in readFallback()
818 constraint.transform.rotationX = view.getRotationX(); in readFallback()
819 constraint.transform.rotationY = view.getRotationY(); in readFallback()
820 constraint.transform.scaleX = view.getScaleX(); in readFallback()
821 constraint.transform.scaleY = view.getScaleY(); in readFallback()
827 constraint.transform.transformPivotX = pivotX; in readFallback()
[all …]
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionConstrainedPoint.java231 this.mApplyElevation = c.transform.applyElevation; in applyParameters()
232 this.mElevation = c.transform.elevation; in applyParameters()
233 this.mRotation = c.transform.rotation; in applyParameters()
234 this.mRotationX = c.transform.rotationX; in applyParameters()
235 this.rotationY = c.transform.rotationY; in applyParameters()
236 this.mScaleX = c.transform.scaleX; in applyParameters()
237 this.mScaleY = c.transform.scaleY; in applyParameters()
238 this.mPivotX = c.transform.transformPivotX; in applyParameters()
239 this.mPivotY = c.transform.transformPivotY; in applyParameters()
240 this.mTranslationX = c.transform.translationX; in applyParameters()
[all …]
DMotionController.java1159 mTransformPivotTarget = constraint.transform.transformPivotTarget; in setStartState()
DMotionLayout.java4201 transformedEvent.transform(mInverseMatrix);
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DLayer.java151 transform(); in setRotation()
161 transform(); in setScaleX()
172 transform(); in setScaleY()
183 transform(); in setPivotX()
194 transform(); in setPivotY()
204 transform(); in setTranslationX()
214 transform(); in setTranslationY()
255 transform(); in updatePostLayout()
324 private void transform() { in transform() method in Layer
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/utils/widget/
DMotionLabel.java393 mPath.transform(matrix); in buildShape()
513 mPath.transform(mOutlinePositionMatrix); in onDraw()
534 mPath.transform(mOutlinePositionMatrix); in onDraw()
541 mPath.transform(mOutlinePositionMatrix); in onDraw()
548 mPath.transform(mOutlinePositionMatrix); in onDraw()
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore1614 MissingNullability: androidx.constraintlayout.widget.ConstraintSet.Constraint#transform:
1615 …Missing nullability on field `transform` in class `class androidx.constraintlayout.widget.Constrai…
Dcurrent.txt1468 field public final androidx.constraintlayout.widget.ConstraintSet.Transform! transform;
Drestricted_2.2.0-beta01.txt1468 field public final androidx.constraintlayout.widget.ConstraintSet.Transform! transform;
D2.2.0-beta01.txt1468 field public final androidx.constraintlayout.widget.ConstraintSet.Transform! transform;
Drestricted_current.txt1468 field public final androidx.constraintlayout.widget.ConstraintSet.Transform! transform;