| /compose/ui/ui-util/src/androidUnitTest/kotlin/androidx/compose/ui/util/ |
| D | InlineClassHelperTest.kt | 28 val first = Float.MAX_VALUE in packAndUnpackFloats() constant 37 val first = -50f in packAndUnpackNegativeAndPositiveFloats() constant 46 val first = 50f in packAndUnpackPositiveAndNegativeFloats() constant 55 val first = -50f in packAndUnpackNegativeFloats() constant 64 val first = Int.MAX_VALUE in packAndUnpackInts() constant 73 val first = -50 in packAndUnpackNegativeAndPositiveInts() constant 82 val first = 50 in packAndUnpackPositiveAndNegativeInts() constant 91 val first = -50 in packAndUnpackNegativeInts() constant 100 val first = Float.NaN in rawBits() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/ |
| D | MultiContentLayoutTest.kt | 62 val first = @Composable { Item(0) } in <lambda>() constant 77 val first = @Composable {} in <lambda>() constant 90 val first = in <lambda>() constant 109 val first = @Composable { Item(0) } in <lambda>() constant 126 val first = @Composable { Item(0) } in <lambda>() constant 143 val first = in <lambda>() constant 164 val first = @Composable { Item(0) } in <lambda>() constant 196 val first = @Composable { repeat(itemCount) { Item(it) } } in <lambda>() constant 234 val first = in <lambda>() constant 259 val first = in <lambda>() constant
|
| /compose/foundation/foundation-layout/src/androidUnitTest/kotlin/androidx/compose/foundation/layout/ |
| D | WindowInsetsTest.kt | 107 val first = WindowInsets(10, 11, 12, 13) in union() constant 118 val first = WindowInsets(10, 11, 12, 13) in union_toString() constant 130 val first = WindowInsets(10, 11, 12, 13) in exclude() constant 141 val first = WindowInsets(10, 11, 12, 13) in exclude_toString() constant 153 val first = WindowInsets(10, 11, 12, 13) in add() constant 164 val first = WindowInsets(10, 11, 12, 13) in add_toString() constant
|
| /compose/test-utils/src/commonMain/kotlin/androidx/compose/testutils/ |
| D | ModifierTestUtils.kt | 24 @Suppress("ModifierFactoryReturnType") fun Modifier.first(): Modifier.Element = toList().first() in first() method 33 val first = createModifier(true) in first() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/ |
| D | MixedFocusChangeTest.kt | 71 val first = view.findViewWithTag<View>("item 0") in siblingWithWorseBeam() constant 97 val first = view.findViewWithTag<View>("item 0") in previousEscapesRecyclerView() constant 118 val first = view.findViewWithTag<View>("item 0") in nextEscapesReverseRecyclerView() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/ |
| D | SortedSet.kt | 24 fun first(): E method
|
| /compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/collection/ |
| D | ColorSet.kt | 183 public inline fun first(): Color = Color(set.first().toULong()) in any() method 198 public inline fun first(predicate: (element: Color) -> Boolean): Color = in any() method 322 public inline fun first(): Color = Color(set.first().toULong()) in any() method 337 public inline fun first(predicate: (element: Color) -> Boolean): Color = in any() method
|
| D | ColorList.kt | 132 public inline fun first(): Color = Color(list.first().toULong()) in <lambda>() method 140 public inline fun first(predicate: (element: Color) -> Boolean): Color { in <lambda>() method 428 public inline fun first(): Color = Color(list.first().toULong()) in first() method 436 public inline fun first(predicate: (element: Color) -> Boolean): Color { in first() method
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/ |
| D | PathGeometry.kt | 37 var first = true in Path() variable 170 var first = true in Path() variable
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/ |
| D | ShapeUtil.kt | 123 var first = true in pathFromCubics() variable
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/ |
| D | ClickNotPlacedChildTest.kt | 58 val first = measutables[0].measure(constraints) in <lambda>() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/ |
| D | LazyLayoutKeyIndexMap.kt | 61 val first = nearestRange.first constant
|
| /compose/ui/ui/src/commonStubsMain/kotlin/androidx/compose/ui/node/ |
| D | JvmTreeSet.commonStubs.kt | 26 actual fun first(): E = implementedInJetBrainsFork() method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/ |
| D | PreferKeepClearTest.kt | 140 val first = composeView.preferKeepClearRects[0] in <lambda>() constant 177 val first = composeView.preferKeepClearRects[0] in <lambda>() constant
|
| D | SystemGestureExclusionTest.kt | 140 val first = composeView.systemGestureExclusionRects[0] in <lambda>() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/ |
| D | LazyListMeasureResult.kt | 103 val first = visibleItemsInfo.first() in <lambda>() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/ |
| D | LazyGridMeasureResult.kt | 109 val first = visibleItemsInfo.first() in <lambda>() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/ |
| D | PagerMeasureResult.kt | 98 val first = visiblePagesInfo.first() in <lambda>() constant
|
| /compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/ |
| D | ParametersTest.kt | 218 val first = text.elementsList[0] in testUnmergedSemanticsWithoutDelayedExtraction() constant 253 val first = text.elementsList[0] in testMergedSemanticsWithoutDelayedExtraction() constant
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/ |
| D | DelegatingNodeTest.kt | 128 val first = delegate(DrawMod()) in testAsKindMultipleDelegatesReturnsLast() constant 140 val first = delegate(DelegatedWrapper { DrawMod("first") }) in testDispatchForMultipleDelegatesSameKind() constant 163 val first = delegate(DrawMod()) in testDispatchNestedSelfStops() constant 168 val first = delegate(DrawMod()) in testDispatchNestedSelfStops() constant
|
| /compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/android/ |
| D | CharSequenceCharacterIterator.android.kt | 47 override fun first(): Char { in first() method in androidx.compose.ui.text.android.CharSequenceCharacterIterator
|
| /compose/runtime/runtime/src/linuxx64StubsMain/kotlin/androidx/compose/runtime/snapshots/ |
| D | SnapshotId.linuxx64Stubs.kt | 69 internal actual fun SnapshotIdArray.first(): SnapshotId = implementedInJetBrainsFork() in first() method
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/ |
| D | SnapshotId.kt | 69 internal expect fun SnapshotIdArray.first(): SnapshotId in compareTo() method
|
| /compose/runtime/runtime/src/jvmMain/kotlin/androidx/compose/runtime/snapshots/ |
| D | SnapshotId.jvm.kt | 68 internal actual inline fun SnapshotIdArray.first(): SnapshotId = this[0] in first() method
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/ |
| D | InputTransformation.kt | 142 private val first: InputTransformation, in InputTransformation() constant in androidx.compose.foundation.text.input.FilterChain
|