Home
last modified time | relevance | path

Searched defs:off (Results 1 – 3 of 3) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionRenderDebug.kt353 val off = len / 2 - mBounds.width() / 2 in drawPathRelativeTicks() constant
395 var off = xgap / 2 - mBounds.width() / 2 in drawPathCartesianTicks() variable
426 var off = x / 2 - mBounds.width() / 2 in drawPathScreenTicks() variable
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DArcCurveFit.java421 double off = pos - (int) pos; in lookup() local
/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DMotionLayoutTest.kt829 val off = ((bottom - (boxSizePx / 2f)) - (top + (boxSizePx / 2f))) * 0.5f in <lambda>() constant