Searched defs:toOffset (Results 1 – 3 of 3) sorted by relevance
26 fun Float.toOffset(): Offset in toFloat() method40 override fun Float.toOffset() = Offset(this, 0f) in toFloat() method48 override fun Float.toOffset() = Offset(0f, this) in toFloat() method
1354 fun toOffset(): Offset = Offset(start, top) in firstIndexAtOffset() method in com.android.systemui.communal.ui.compose.ContentPaddingInPx
878 private fun Float.toOffset(): Offset = Offset(0f, this) method