Home
last modified time | relevance | path

Searched defs:scaleHeight (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionPaths.java91 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initCartesian() local
138 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initAxis() local
220 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initPolar() local
273 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initScreen() local
316 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initPath() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionPaths.java81 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initCartesian() local
150 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initPolar() local
212 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initScreen() local
255 float scaleHeight = Float.isNaN(c.mPercentHeight) ? position : c.mPercentHeight; in initPath() local