| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/spatial/ |
| D | RectList.kt | 354 val bottomRight = items[i + 1] in updateSubhierarchy() constant 398 val bottomRight = items[i + 1] in withRect() constant 486 val bottomRight = items[i + 1] in forEachIntersection() constant 519 val bottomRight = items[i + 1] in forEachGesturableIntersection() constant 541 val bottomRight = items[i + 1] in forEachRect() constant 571 val bottomRight = items[i + 1] in forEachIntersection() constant 602 val bottomRight = items[i + 1] in forEachIntersectingRectWithValueAt() constant 633 val bottomRight = items[itemsIndex + 1] in neighborsScoredByDistance() constant 689 val bottomRight = items[itemIndex + 1] in findKNearestNeighbors() constant 720 val bottomRight = items[i + 1] in findNearestNeighbor() constant [all …]
|
| D | ThrottledCallbacks.kt | 49 var bottomRight: Long = 0 in <lambda>() variable in androidx.compose.ui.spatial.ThrottledCallbacks.Entry 341 val bottomRight = entry.bottomRight in <lambda>() constant
|
| D | RelativeLayoutBounds.kt | 37 private val bottomRight: Long, in <lambda>() constant in androidx.compose.ui.spatial.RelativeLayoutBounds
|
| D | RectManager.kt | 92 rects.forEachUpdatedRect { id, topLeft, bottomRight -> in <lambda>() method
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/ |
| D | RectListNode.android.kt | 83 val bottomRight = root.localPositionOf(layoutCoordinates, rect.bottomRight) in calcBounds() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/ |
| D | LayoutCoordinates.kt | 210 val bottomRight = root.localToWindow(Offset(boundsRight, boundsBottom)) in get() constant
|
| /compose/material/material-ripple/src/androidInstrumentedTest/kotlin/androidx/compose/material/ripple/ |
| D | RippleModifierNodeTest.kt | 536 val bottomRight = Color(getPixel(width - 20, height - 20)) in boundsIncreaseDuringRipple_pressed() constant 607 val bottomRight = Color(getPixel(width - 20, height - 20)) in boundsIncreaseDuringRipple_dragged() constant
|
| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ |
| D | InjectionScope.kt | 189 val bottomRight: Offset constant
|
| D | GestureScope.kt | 263 val GestureScope.bottomRight: Offset constant
|
| /compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/ |
| D | IntRect.kt | 178 val bottomRight: IntOffset constant in androidx.compose.ui.unit.IntRect
|
| /compose/ui/ui-geometry/src/commonMain/kotlin/androidx/compose/ui/geometry/ |
| D | Rect.kt | 208 val bottomRight: Offset constant in androidx.compose.ui.geometry.Rect
|
| D | MutableRect.kt | 167 val bottomRight: Offset constant in androidx.compose.ui.geometry.MutableRect
|
| /compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/ |
| D | WindowInsetsPadding.kt | 566 val bottomRight = in measure() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/ |
| D | PlacementLayoutCoordinatesTest.kt | 112 val bottomRight = IntOffset(content.width - boxSize.width, content.height - boxSize.height) in <lambda>() constant 161 val bottomRight = IntOffset(content.width - boxSize.width, content.height - boxSize.height) in <lambda>() constant
|
| /compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/inspector/ |
| D | CompositionBuilder.kt | 399 val bottomRight = in <lambda>() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/ |
| D | TwoDimensionalFocusSearch.kt | 430 private fun Rect.bottomRight() = Rect(right, bottom, right, bottom) in Rect() method
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/viewinterop/ |
| D | AndroidViewHolder.android.kt | 686 val bottomRight = coordinates.localToRoot(Offset(width.toFloat(), height.toFloat())).round() in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/ |
| D | BorderTest.kt | 262 val bottomRight = 10f in <lambda>() constant
|