Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 46) sorted by relevance

12

/compose/ui/ui-util/src/androidUnitTest/kotlin/androidx/compose/ui/util/
DInlineClassHelperTest.kt28 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/
DMultiContentLayoutTest.kt62 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/
DWindowInsetsTest.kt107 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/
DModifierTestUtils.kt24 @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/
DMixedFocusChangeTest.kt71 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/
DSortedSet.kt24 fun first(): E method
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/collection/
DColorSet.kt183 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
DColorList.kt132 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/
DPathGeometry.kt37 var first = true in Path() variable
170 var first = true in Path() variable
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DShapeUtil.kt123 var first = true in pathFromCubics() variable
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/input/
DClickNotPlacedChildTest.kt58 val first = measutables[0].measure(constraints) in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutKeyIndexMap.kt61 val first = nearestRange.first constant
/compose/ui/ui/src/commonStubsMain/kotlin/androidx/compose/ui/node/
DJvmTreeSet.commonStubs.kt26 actual fun first(): E = implementedInJetBrainsFork() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DPreferKeepClearTest.kt140 val first = composeView.preferKeepClearRects[0] in <lambda>() constant
177 val first = composeView.preferKeepClearRects[0] in <lambda>() constant
DSystemGestureExclusionTest.kt140 val first = composeView.systemGestureExclusionRects[0] in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/
DLazyListMeasureResult.kt103 val first = visibleItemsInfo.first() in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridMeasureResult.kt109 val first = visibleItemsInfo.first() in <lambda>() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/pager/
DPagerMeasureResult.kt98 val first = visiblePagesInfo.first() in <lambda>() constant
/compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/
DParametersTest.kt218 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/
DDelegatingNodeTest.kt128 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/
DCharSequenceCharacterIterator.android.kt47 override fun first(): Char { in first() method in androidx.compose.ui.text.android.CharSequenceCharacterIterator
/compose/runtime/runtime/src/linuxx64StubsMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotId.linuxx64Stubs.kt69 internal actual fun SnapshotIdArray.first(): SnapshotId = implementedInJetBrainsFork() in first() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotId.kt69 internal expect fun SnapshotIdArray.first(): SnapshotId in compareTo() method
/compose/runtime/runtime/src/jvmMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotId.jvm.kt68 internal actual inline fun SnapshotIdArray.first(): SnapshotId = this[0] in first() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/
DInputTransformation.kt142 private val first: InputTransformation, in InputTransformation() constant in androidx.compose.foundation.text.input.FilterChain

12