| /compose/ui/ui-util/src/androidUnitTest/kotlin/androidx/compose/ui/util/ |
| D | InlineClassHelperTest.kt | 29 val second = Float.MIN_VALUE in packAndUnpackFloats() constant 38 val second = 100f in packAndUnpackNegativeAndPositiveFloats() constant 47 val second = -100f in packAndUnpackPositiveAndNegativeFloats() constant 56 val second = -100f in packAndUnpackNegativeFloats() constant 65 val second = Int.MIN_VALUE in packAndUnpackInts() constant 74 val second = 100 in packAndUnpackNegativeAndPositiveInts() constant 83 val second = -100 in packAndUnpackPositiveAndNegativeInts() constant 92 val second = -100 in packAndUnpackNegativeInts() constant 101 val second = multZero(Float.POSITIVE_INFINITY) in rawBits() constant
|
| /compose/foundation/foundation-layout/src/androidUnitTest/kotlin/androidx/compose/foundation/layout/ |
| D | WindowInsetsTest.kt | 108 val second = WindowInsets(5, 20, 14, 2) in union() constant 119 val second = WindowInsets(5, 20, 14, 2) in union_toString() constant 131 val second = WindowInsets(5, 20, 14, 2) in exclude() constant 142 val second = WindowInsets(5, 20, 14, 2) in exclude_toString() constant 154 val second = WindowInsets(5, 20, 14, 2) in add() constant 165 val second = WindowInsets(5, 20, 14, 2) in add_toString() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/ |
| D | MultiContentLayoutTest.kt | 110 val second = @Composable { Item(1) } in <lambda>() constant 127 val second = @Composable {} in <lambda>() constant 148 val second = @Composable { Item(2) } in <lambda>() constant 165 val second = @Composable { Item(1) } in <lambda>() constant 239 val second = @Composable { BoxWithIntrinsics(10, 11, 12, 13) } in <lambda>() constant 264 val second = @Composable { BoxWithIntrinsics(10, 11, 12, 13) } in <lambda>() constant
|
| D | SubcomposeLayoutTest.kt | 155 val second = in <lambda>() constant 391 val second = in <lambda>() constant 425 val second = in <lambda>() constant 458 val second = in <lambda>() constant 535 val second = in <lambda>() constant
|
| D | Helpers.kt | 405 internal val LayoutNode.second: LayoutNode constant
|
| /compose/test-utils/src/commonMain/kotlin/androidx/compose/testutils/ |
| D | ModifierTestUtils.kt | 34 val second = createModifier(false) in first() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/ |
| D | PreferKeepClearTest.kt | 141 val second = composeView.preferKeepClearRects[1] in <lambda>() constant 178 val second = composeView.preferKeepClearRects[1] in <lambda>() constant
|
| D | SystemGestureExclusionTest.kt | 141 val second = composeView.systemGestureExclusionRects[1] in <lambda>() constant
|
| D | OverscrollTest.kt | 128 val second = Modifier.overscroll(overscrollEffect!!) in <lambda>() constant
|
| D | ScrollableTest.kt | 2739 val second = requireNotNull(materialized) in <lambda>() constant
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/ |
| D | DelegatingNodeTest.kt | 129 val second = delegate(DrawMod()) in testAsKindMultipleDelegatesReturnsLast() constant 141 val second = delegate(DrawMod("second")) in testDispatchForMultipleDelegatesSameKind() constant 164 val second = delegate(DrawMod()) in testDispatchNestedSelfStops() constant 169 val second = delegate(DrawMod()) in testDispatchNestedSelfStops() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/ |
| D | MixedFocusChangeTest.kt | 72 val second = view.findViewWithTag<View>("item 1") in siblingWithWorseBeam() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/ |
| D | InputTransformation.kt | 143 private val second: InputTransformation, in InputTransformation() constant in androidx.compose.foundation.text.input.FilterChain
|
| /compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/ |
| D | ParametersTest.kt | 254 val second = text.elementsList[1] in testMergedSemanticsWithoutDelayedExtraction() constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/ |
| D | SnapshotIdSetTests.kt | 5651 val second = other.iterator() in zip() constant
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ |
| D | FocusFinderCompat.android.kt | 614 Comparator<View> { first, second -> in first() method 629 Comparator<View> { first, second -> in first() method
|
| /compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/ |
| D | WindowInsets.kt | 418 private class UnionInsets(private val first: WindowInsets, private val second: WindowInsets) : in toString() constant in UnionInsets 448 private class AddedInsets(private val first: WindowInsets, private val second: WindowInsets) : constant in AddedInsets
|
| /compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/inspector/ |
| D | LayoutInspectorTreeTest.kt | 913 val second = tree2.flatMap { flatten(it) }.first { it.name == "Second" } in <lambda>() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/draw/ |
| D | GraphicsLayerTest.kt | 1154 val second = measurables[1].measure(itemConstraints) in <lambda>() constant
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ |
| D | SlotTable.kt | 3455 private var second: Long = 0 variable in BitVector
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/ |
| D | AndroidLayoutDrawTest.kt | 2540 val (first, second) = measurables in <lambda>() constant
|