Home
last modified time | relevance | path

Searched defs:IntRect (Results 1 – 6 of 6) sorted by relevance

/compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
DIntRect.kt36 data class IntRect( class
206 fun IntRect(offset: IntOffset, size: IntSize) = in toString() method
222 fun IntRect(topLeft: IntOffset, bottomRight: IntOffset): IntRect = in toString() method
232 fun IntRect(center: IntOffset, radius: Int): IntRect = in toString() method
260 fun IntRect.toRect(): Rect = method
/compose/ui/ui-graphics/src/androidMain/kotlin/androidx/compose/ui/graphics/
DRectHelper.android.kt69 fun IntRect.toAndroidRect(): android.graphics.Rect = android.graphics.Rect(left, top, right, bottom) method
/compose/ui/ui-test/samples/src/main/java/androidx/compose/ui/test/samples/
DDeviceConfigurationOverrideSamples.kt119 fun IntRect.toAndroidXInsets() = androidx.core.graphics.Insets.of(left, top, right, bottom) in DeviceConfigurationOverrideWindowInsetsSample() method
/compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/inspector/
DCompositionBuilder.kt291 private fun IntRect.union(other: IntRect): IntRect { in <lambda>() method
490 private fun IntRect.emptyCheck(): IntRect = in <lambda>() method
/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DThreePaneScaffold.kt770 private fun IntRect.save(role: ThreePaneScaffoldRole, isLookingAhead: Boolean) { in IntRect() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DOnGlobalRectChangedTest.kt150 fun IntRect.offset() = IntOffset(left, top) in <lambda>() method