Home
last modified time | relevance | path

Searched defs:yp (Results 1 – 4 of 4) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionArcCurveTest.java112 float[] yp = new float[count]; in arcTest3() local
171 int yp = (int) (dimy1 * (y[j] - minY) / (maxY - minY)); in textDraw() local
DMotionTransitionTest.java354 float[] yp = new float[xp.length]; in testTransitionJson2() local
757 int yp = (int) (dimy1 * (y[j] - minY) / (maxY - minY)); in textDraw() local
DStopLogicTest.java306 int yp = (int) (dimy1 * (y[j] - minY) / (maxY - minY)); in textDraw() local
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionRenderDebug.kt346 val yp = y1 + t * (y2 - y1) in drawPathRelativeTicks() constant