Home
last modified time | relevance | path

Searched defs:topRight (Results 1 – 11 of 11) sorted by relevance

/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/
DRectListNode.android.kt81 val topRight = root.localPositionOf(layoutCoordinates, rect.topRight) in calcBounds() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DLayoutCoordinates.kt209 val topRight = root.localToWindow(Offset(boundsRight, boundsTop)) in get() constant
/compose/material/material-ripple/src/androidInstrumentedTest/kotlin/androidx/compose/material/ripple/
DRippleModifierNodeTest.kt534 val topRight = Color(getPixel(width - 20, 20)) in boundsIncreaseDuringRipple_pressed() constant
605 val topRight = Color(getPixel(width - 20, 20)) in boundsIncreaseDuringRipple_dragged() constant
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DInjectionScope.kt139 val topRight: Offset constant
DGestureScope.kt199 val GestureScope.topRight: Offset constant
/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DIntRect.kt147 val topRight: IntOffset constant in androidx.compose.ui.unit.IntRect
/compose/ui/ui-geometry/src/commonMain/kotlin/androidx/compose/ui/geometry/
DRect.kt177 val topRight: Offset constant in androidx.compose.ui.geometry.Rect
DMutableRect.kt136 val topRight: Offset constant in androidx.compose.ui.geometry.MutableRect
/compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/inspector/
DCompositionBuilder.kt398 val topRight = toIntOffset(coordinates.localToWindow(Offset(size.width, 0f))) in <lambda>() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DChipTest.kt460 val topRight = in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DBorderTest.kt261 val topRight = 5f in <lambda>() constant