Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 7 of 7) sorted by relevance

/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/
DMotionLayoutBenchmark.kt63 val bounds = column.visibleBounds in messageDsl() constant
88 val bounds = column.visibleBounds in dynamicGraphs() constant
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DRectangle.java42 boolean intersects(Rectangle bounds) { in intersects()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/carousel/
DCarouselSwipeable.kt250 val bounds = findBounds(offset.floatValue, anchors.keys) constant
737 val bounds = findBounds(offset, anchors) in computeTarget() constant
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DXmlBasedTest.java622 String bounds = mBoundsMap.get(widget); in validate() local
/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DMotionLayoutTest.kt321 var bounds = IntRect.Zero in <lambda>() variable
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionController.java388 void buildBounds(float[] bounds, int pointCount) { in buildBounds()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotion.java377 void buildBounds(float[] bounds, int pointCount) { in buildBounds()