Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionArcCurveTest.java111 float[] xp = new float[count]; in arcTest3() local
170 int xp = (int) (dimx1 * (x[j] - minX) / (maxX - minX)); in textDraw() local
DMotionTransitionTest.java353 float[] xp = new float[200]; in testTransitionJson2() local
756 int xp = (int) (dimx1 * (x[j] - minX) / (maxX - minX)); in textDraw() local
DStopLogicTest.java305 int xp = (int) (dimx1 * (x[j] - minX) / (maxX - minX)); in textDraw() local
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionRenderDebug.kt345 val xp = x1 + t * (x2 - x1) in drawPathRelativeTicks() constant