This site requires javascript.
Android Code Search
file:androidx/compose/ui/unit/IntRect.kt function:IntRect
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
IntRect.kt
content_copy
Preview
205:
206:
207:
@Stable
fun
IntRect
(offset: IntOffset, size: IntSize) =
IntRect(
221:
222:
223:
@Stable
fun
IntRect
(topLeft: IntOffset, bottomRight: IntOffset): IntRect =
IntRect(topLeft.x, topLeft.y, bottomRight.x, bottomRight.y)
231:
232:
233:
@Stable
fun
IntRect
(center: IntOffset, radius: Int): IntRect =
IntRect(center.x - radius, center.y - radius, center.x + radius, center.y + radius)
269:
270:
271:
@Stable
fun
Rect.roundTo
IntRect
(): IntRect =
IntRect(
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main