Home
last modified time | relevance | path

Searched defs:bottomRight (Results 1 – 18 of 18) sorted by relevance

/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/spatial/
DRectList.kt354 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 …]
DThrottledCallbacks.kt49 var bottomRight: Long = 0 in <lambda>() variable in androidx.compose.ui.spatial.ThrottledCallbacks.Entry
341 val bottomRight = entry.bottomRight in <lambda>() constant
DRelativeLayoutBounds.kt37 private val bottomRight: Long, in <lambda>() constant in androidx.compose.ui.spatial.RelativeLayoutBounds
DRectManager.kt92 rects.forEachUpdatedRect { id, topLeft, bottomRight -> in <lambda>() method
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/
DRectListNode.android.kt83 val bottomRight = root.localPositionOf(layoutCoordinates, rect.bottomRight) in calcBounds() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DLayoutCoordinates.kt210 val bottomRight = root.localToWindow(Offset(boundsRight, boundsBottom)) in get() constant
/compose/material/material-ripple/src/androidInstrumentedTest/kotlin/androidx/compose/material/ripple/
DRippleModifierNodeTest.kt536 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/
DInjectionScope.kt189 val bottomRight: Offset constant
DGestureScope.kt263 val GestureScope.bottomRight: Offset constant
/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DIntRect.kt178 val bottomRight: IntOffset constant in androidx.compose.ui.unit.IntRect
/compose/ui/ui-geometry/src/commonMain/kotlin/androidx/compose/ui/geometry/
DRect.kt208 val bottomRight: Offset constant in androidx.compose.ui.geometry.Rect
DMutableRect.kt167 val bottomRight: Offset constant in androidx.compose.ui.geometry.MutableRect
/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DWindowInsetsPadding.kt566 val bottomRight = in measure() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DPlacementLayoutCoordinatesTest.kt112 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/
DCompositionBuilder.kt399 val bottomRight = in <lambda>() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/
DTwoDimensionalFocusSearch.kt430 private fun Rect.bottomRight() = Rect(right, bottom, right, bottom) in Rect() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/viewinterop/
DAndroidViewHolder.android.kt686 val bottomRight = coordinates.localToRoot(Offset(width.toFloat(), height.toFloat())).round() in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DBorderTest.kt262 val bottomRight = 10f in <lambda>() constant