This site requires javascript.
Android Code Search
file:androidx/compose/ui/unit/TextUnit.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-unit/src/commonMain/kotlin/androidx/compose/ui/unit/
TextUnit.kt
content_copy
Preview
145:
146:
147:
*/
inline
operator
fun
times
(other: Float): TextUnit {
checkArithmetic(this)
158:
159:
160:
*/
inline
operator
fun
times
(other: Double): TextUnit {
checkArithmetic(this)
171:
172:
173:
*/
inline
operator
fun
times
(other: Int): TextUnit {
checkArithmetic(this)
296:
297:
298:
@Stable
inline
operator
fun
Float.
times
(other: TextUnit): TextUnit {
checkArithmetic(other)
308:
309:
310:
@Stable
inline
operator
fun
Double.
times
(other: TextUnit): TextUnit {
checkArithmetic(other)
320:
321:
322:
@Stable
inline
operator
fun
Int.
times
(other: TextUnit): TextUnit {
checkArithmetic(other)
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