This site requires javascript.
Android Code Search
file:androidx/compose/ui/geometry/Size.kt function:times
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-geometry/src/commonMain/kotlin/androidx/compose/ui/geometry/
Size.kt
content_copy
Preview
111:
112:
113:
@Stable
operator
fun
times
(operand: Float): Size =
Size(packFloats(unpackFloat1(packedValue) * operand, unpackFloat2(packedValue) * operand))
183:
184:
185:
186:
187:
188:
189:
190:
191:
/** Returns a [Size] with [size]'s [Size.width] and [Size.height] multiplied by [this] */
@Stable
inline
operator
fun
Int.
times
(size: Size) = size * this.toFloat()
/** Returns a [Size] with [size]'s [Size.width] and [Size.height] multiplied by [this] */
@Stable
inline
operator
fun
Double.
times
(size: Size) = size * this.toFloat()
/** Returns a [Size] with [size]'s [Size.width] and [Size.height] multiplied by [this] */
@Stable
inline
operator
fun
Float.
times
(size: Size) = size * this
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