Searched defs:IntRect (Results 1 – 6 of 6) sorted by relevance
| /compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/ |
| D | IntRect.kt | 36 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/ |
| D | RectHelper.android.kt | 69 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/ |
| D | DeviceConfigurationOverrideSamples.kt | 119 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/ |
| D | CompositionBuilder.kt | 291 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/ |
| D | ThreePaneScaffold.kt | 770 private fun IntRect.save(role: ThreePaneScaffoldRole, isLookingAhead: Boolean) { in IntRect() method
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/ |
| D | OnGlobalRectChangedTest.kt | 150 fun IntRect.offset() = IntOffset(left, top) in <lambda>() method
|