| /compose/ui/ui-unit/src/commonMain/kotlin/androidx/compose/ui/unit/ |
| D | TextUnit.kt | 282 val Int.sp: TextUnit in takeOrElse() constant 287 val Int.em: TextUnit in takeOrElse() constant
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | HandwritingGesture.android.kt | 743 private fun Int.toTextGranularity(): TextGranularity { in toTextGranularity() method 830 private fun Int.isNewline(): Boolean { in isNewline() method 841 private fun Int.isWhitespace(): Boolean { in isWhitespace() method 849 private fun Int.isWhitespaceExceptNewline(): Boolean { in isWhitespaceExceptNewline() method 857 private fun Int.isPunctuation(): Boolean { in isPunctuation() method
|
| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/ |
| D | MultiParagraph.kt | 1135 fun Int.toLocalIndex(): Int { in toLocalIndex() method 1142 fun Int.toGlobalIndex(): Int { in toGlobalIndex() method 1150 fun Int.toLocalLineIndex(): Int { in toLocalLineIndex() method 1158 fun Int.toGlobalLineIndex(): Int { in toGlobalLineIndex() method
|
| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ |
| D | GestureScope.kt | 517 private val Int.startFuzzed: Float constant 519 private val Int.endFuzzed: Float constant
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ |
| D | NestedScrollInteropConnection.android.kt | 160 private fun Int.reverseAxis(): Float = this * -1f in Float() method
|
| /compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/matchers/ |
| D | TypefaceSubject.kt | 198 private fun Int.toTypefaceStyleString(): String = in toTypefaceStyleString() method
|
| /compose/material3/adaptive/adaptive-layout/src/androidUnitTest/kotlin/androidx/compose/material3/adaptive/layout/ |
| D | PaneMotionTest.kt | 315 private fun Int.toThreePaneScaffoldValue(): ThreePaneScaffoldValue { in toThreePaneScaffoldValue() method
|
| /compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/ |
| D | PagerActivity.kt | 227 private fun Int.floorMod(other: Int): Int = in floorMod() method
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/ |
| D | PagerMeasure.kt | 639 fun Int.reverseAware() = if (!reverseLayout) this else pagesCount - this - 1 in calculatePagesOffsets() method
|
| D | PagerState.kt | 717 private fun Int.coerceInPageRange() = in coerceInPageRange() method
|
| /compose/ui/ui-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/ |
| D | ColorTest.kt | 1424 fun Int.toHexString() = "0x${toUInt().toString(16).padStart(8, '0')}" method
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/ |
| D | LazyListMeasure.kt | 618 fun Int.reverseAware() = if (!reverseLayout) this else itemsCount - this - 1 in calculateItemsOffsets() method
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/ |
| D | LazyGridMeasure.kt | 570 fun Int.reverseAware() = if (!reverseLayout) this else linesCount - this - 1 in calculateItemsOffsets() method
|
| /compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/grid/ |
| D | LazyGridBeyondBoundsTest.kt | 571 private fun Int.toDp(): Dp = with(rule.density) { toDp() } in <lambda>() method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/ |
| D | ScrollableFocusableInteractionTest.kt | 632 private fun Int.toDp(): Dp = with(rule.density) { this@toDp.toDp() } in <lambda>() method
|
| D | BasicMarqueeTest.kt | 98 private val Int.pxPerFrame: Dp in <lambda>() constant 101 private fun Int.toDp() = with(rule.density) { this@toDp.toDp() } in <lambda>() method
|
| D | LazyListFocusableInteractionTest.kt | 680 private fun Int.toDp(): Dp = with(rule.density) { this@toDp.toDp() } in <lambda>() method
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/accessibility/ |
| D | ScrollingTest.kt | 541 private fun Int.toDp(): Dp = with(rule.density) { this@toDp.toDp() } in <lambda>() method
|
| /compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/staggeredgrid/ |
| D | LazyStaggeredGridBeyondBoundsTest.kt | 648 private fun Int.toDp(): Dp = with(rule.density) { toDp() } in <lambda>() method
|
| /compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/list/ |
| D | LazyListBeyondBoundsTest.kt | 569 private fun Int.toDp(): Dp = with(rule.density) { toDp() } in <lambda>() method
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/viewinterop/ |
| D | AndroidViewHolder.android.kt | 728 private fun Int.toComposeOffset() = toFloat() * -1 in toComposeOffset() method
|
| /compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/ |
| D | ComposeLayoutInspector.kt | 592 private fun Int.orElse(defaultValue: Int): Int = if (this == 0) defaultValue else this method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/relocation/ |
| D | BringIntoViewScrollableInteractionTest.kt | 1181 private fun Int.toDp(): Dp = with(rule.density) { this@toDp.toDp() } in <lambda>() method
|
| /compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/ |
| D | AnnotatedStringBuilderTest.kt | 1319 private fun Int.toAnnotation() = StringAnnotation(this.toString()) in <lambda>() method
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/ |
| D | AndroidComposeViewAccessibilityDelegateCompatTest.kt | 1444 private fun Int.toDp(): Dp = with(rule.density) { this@toDp.toDp() } in <lambda>() method
|