Home
last modified time | relevance | path

Searched defs:startCenterY (Results 1 – 6 of 6) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/
DMotionKeyPosition.java121 float startCenterY = start.centerY(); in positionPathAttributes() local
159 float startCenterY = start.centerY(); in positionScreenAttributes() local
191 float startCenterY = start.centerY(); in positionCartAttributes() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKeyPosition.java181 float startCenterY = start.centerY(); in positionPathAttributes() local
219 float startCenterY = start.centerY(); in positionScreenAttributes() local
251 float startCenterY = start.centerY(); in positionCartAttributes() local
279 float startCenterY = start.centerY(); in positionAxisAttributes() local
DMotionPaths.java100 float startCenterY = startTimePoint.mY + startTimePoint.mHeight / 2; in initCartesian() local
147 float startCenterY = startTimePoint.mY + startTimePoint.mHeight / 2; in initAxis() local
283 float startCenterY = startTimePoint.mY + startTimePoint.mHeight / 2; in initScreen() local
326 float startCenterY = startTimePoint.mY + startTimePoint.mHeight / 2; in initPath() local
DMotionController.java598 float startCenterY = mStartMotionPath.mY + mStartMotionPath.mHeight / 2; in getKeyFrameParameter() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionPaths.java90 float startCenterY = startTimePoint.mY + startTimePoint.mHeight / 2; in initCartesian() local
222 float startCenterY = startTimePoint.mY + startTimePoint.mHeight / 2; in initScreen() local
265 float startCenterY = startTimePoint.mY + startTimePoint.mHeight / 2; in initPath() local
DMotion.java594 float startCenterY = mStartMotionPath.mY + mStartMotionPath.mHeight / 2; in getKeyFrameParameter() local