Searched defs:score (Results 1 – 2 of 2) sorted by relevance
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/spatial/ |
| D | RectList.kt | 634 val score = in neighborsScoredByDistance() constant 681 val score = list[i] in findKNearestNeighbors() constant 721 val score = in findNearestNeighbor() constant
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/spatial/ |
| D | RectListTest.kt | 447 list.findKNearestNeighbors(AxisEast, 4, 30, 30, 40, 40) { score, id, _, _, _, _ -> in <lambda>() method
|