| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/ |
| D | NodeChainTests.kt | 49 val b = AttachedStateDebuggerNode() in testAttachDetach() constant 61 val b = object : NodeModifierElementNode(object : Modifier.Node() {}) {} in testAttachDetach2() constant 74 val (a, b, c) = reusableModifiers("a", "b", "c") in testInsertsAndDeletesAtTail() constant 86 val (a, b, c) = reusableModifiers("a", "b", "c") in testInsertsAndDeletesAtHead() constant 98 val (a, b, c) = reusableModifiers("a", "b", "c") in testInsertsInMiddle() constant 110 val (a, b, c) = reusableModifiers("a", "b", "c") in testRemovingEverything() constant 120 val (a, b, c) = reusableModifiers("a", "b", "c") in testSwapModifierInMiddle() constant 130 val (a, b, c) = reusableModifiers("a", "b", "c") in testSwapModifierAtHead() constant 140 val (a, b, c) = reusableModifiers("a", "b", "c") in testSwapModifierAtTail() constant 194 val b = modifierB() in getModifierNode_returnsModifiers() constant
|
| D | MyersDiffTests.kt | 27 val b = listOf(1, 2, 3) in testDiffWithRemovesAtStart() constant 49 val b = listOf(0, 1, 2) in testDiffWithRemovesAtEnd() constant 68 val b = listOf(1, 2, 3, 4, 5, 6, 7, 8, 9) in testDiffWithInsertsAtEnd() constant 92 val b = listOf(0, 1, 2, 3, 4, 6, 7, 8, 9, 10) in testDiff() constant
|
| D | ModifierNodeAttachOrderTest.kt | 82 val b = LoggerNode(log, "b") in logger() constant 105 val b = LoggerNode(log, "b") in logger() constant
|
| /compose/ui/ui-unit/src/androidUnitTest/kotlin/androidx/compose/ui/unit/ |
| D | IntOffsetTest.kt | 30 val b = IntOffset(5, 8) in lerpPosition() constant 39 val b = IntOffset(5, 8) in positionMinus() constant 47 val b = IntOffset(5, 8) in positionPlus() constant
|
| D | DpOffsetTest.kt | 57 val b = DpOffset(5.dp, 8.dp) in dpOffsetPlusDpOffset() constant 65 val b = DpOffset(5.dp, 8.dp) in dpOffsetMinusDpOffset() constant 73 val b = DpOffset(5.dp, 8.dp) in lerp() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/spatial/ |
| D | RelativeLayoutBounds.kt | 82 val b = unpackY(bottomRight) in <lambda>() constant in androidx.compose.ui.spatial.RelativeLayoutBounds 94 val b = unpackY(bottomRight) in <lambda>() constant in androidx.compose.ui.spatial.RelativeLayoutBounds 104 val b = unpackY(bottomRight) in <lambda>() constant 134 val b = unpackY(bottomRight) in <lambda>() constant 171 rectList.forEachIntersectingRectWithValueAt(idIndex) { l, t, r, b, intersectingId -> in <lambda>() method
|
| D | RectManager.kt | 144 rects.withRect(id) { l, t, r, b -> in <lambda>() method 304 val b = t + height in <lambda>() constant 345 val b = rect.bottom.toInt() in <lambda>() constant
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/ |
| D | DelegatingNodeTest.kt | 42 val b = DelegatedWrapper { LayoutMod("b") } in testKindSetUpdatesAfter() constant 85 val b = in testNestedDelegatesHaveNodePointersCorrectlyUpdated() constant 91 val b = delegate(b) in testNestedDelegatesHaveNodePointersCorrectlyUpdated() constant 183 val b = DrawMod("b") in testHeadToTailNoDelegates() constant 193 val b = DrawMod() in testHeadToTailWithDelegate() constant 204 val b = DrawMod("b") in testVisitSubtreeWithDelegates() constant 228 val b = DrawMod("b") in testVisitAncestorsWithDelegates() constant 320 val b = object : DelegatingNode() {} in testDelegateUndelegateInChain() constant 507 val b = a.delegateUnprotected(object : DelegatingNode() {}) in testUndelegateForNestedDelegate() constant 585 val b = object : DelegatingNode() {} in testDelegatingToLayoutNodeUpdatesCoordinators() constant [all …]
|
| /compose/ui/ui-inspection/src/androidTest/java/androidx/compose/ui/inspection/testdata/ |
| D | TestLambdas.kt | 23 val long = { a: Int, b: Int -> in <lambda>() method 28 val inlined = { a: Int, b: Int -> in <lambda>() method 38 val b = n * a + 3 in <lambda>() constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | CompositionAndDerivedStateTests.kt | 38 var b by mutableStateOf(10) in <lambda>() variable 57 var b by mutableStateOf(10) in <lambda>() variable 99 var b by mutableStateOf(mutableListOf(10), referentialEqualityPolicy()) in <lambda>() variable 321 var b by mutableStateOf(30) in writingToADerviedStateDependencyTriggersAForwardInvalidate() variable 355 val b = derivedStateOf { a.value > 0 } in <lambda>() constant 529 var b by mutableStateOf(10) in <lambda>() variable 549 var b by mutableStateOf(10) in <lambda>() variable 577 var b by mutableStateOf(10) in <lambda>() variable 607 var b by mutableStateOf(10) in <lambda>() variable
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/spatial/ |
| D | ThrottledCallbacksTest.kt | 43 var b = 0 in <lambda>() variable 54 var b = 0 in <lambda>() variable 89 var b = 0 in <lambda>() variable
|
| /compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/style/ |
| D | BaselineShiftTest.kt | 29 val b = BaselineShift(2.0f) in lerp a with b() constant
|
| /compose/material3/material3/src/androidMain/kotlin/androidx/compose/material3/internal/colorUtil/ |
| D | CamUtils.android.kt | 147 val b = delinearized(linearB) in argbFromXyz() constant 242 val b = linearized(argb.blue) in yFromInt() constant 251 val b = linearized(argb.blue) in xyzFromInt() constant
|
| D | HCTSolver.android.kt | 401 val b = (rA + gA - 2.0 * bA) / 9.0 in hueOf() constant 508 val b = (y - coordA * kR - coordB * kG) / kB in nthVertex() constant 657 val b = gamma * hSin in findResultByJ() constant
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/ |
| D | Color.kt | 405 val b = floatToHalf(blue.fastCoerceIn(colorSpace.getMinValue(2), colorSpace.getMaxValue(2))) in Color() constant 443 val b = floatToHalf(blue) in UncheckedColor() constant 570 val b = compositeComponent(fg.blue, background.blue, fgA, bgA, a) in Color() constant 615 val b = eotf(blue.toDouble()) in compositeComponent() constant
|
| D | Bezier.kt | 102 val b = 3.0f * (p2 - 2.0f * p1 + p0) in evaluateCubic() constant 116 val b = (p2 - 2.0f * p1) in evaluateCubic() constant 166 val b = p1.toDouble() in findFirstLineRoot() constant 203 var b = 3.0 * (p1 - p0) in findFirstCubicRoot() variable 293 val b = p1.toDouble() in findLineRoot() constant 865 val b = cubic[3] in findCubicExtremaY() constant
|
| D | ColorMatrix.kt | 264 val b = 0.072f * invSat in <lambda>() constant
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/colorspace/ |
| D | ColorSpaces.kt | 395 val b = params.d in <lambda>() constant 417 val b = params.d in <lambda>() constant 435 val b = params.d in <lambda>() constant
|
| D | Lab.kt | 95 val b = 200.0f * (fy - fz) in xyzaToColor() constant 117 val b = 200.0f * (fy - fz) in fromXyz() constant
|
| D | TransferParameters.kt | 42 val b: Double, constant in androidx.compose.ui.graphics.colorspace.TransferParameters
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/ |
| D | DerivedSnapshotStateTests.kt | 60 val b = mutableStateOf(10) in <lambda>() constant 72 val b = mutableStateOf(10) in <lambda>() constant 258 val b = derivedStateOf { a.value } in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/modifiers/ |
| D | LayoutUtilsKtTest.kt | 105 var b = 0 in fixedCoercedNeverCrashes() variable
|
| /compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/ |
| D | Arrangement.kt | 612 val consumedSize = size.fold(0) { a, b -> a + b } in <lambda>() method 634 val consumedSize = size.fold(0) { a, b -> a + b } in <lambda>() method 648 val consumedSize = size.fold(0) { a, b -> a + b } in <lambda>() method 665 val consumedSize = size.fold(0) { a, b -> a + b } in <lambda>() method 687 val consumedSize = size.fold(0) { a, b -> a + b } in <lambda>() method
|
| /compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/ |
| D | ColorVectorConverter.kt | 35 val (l, a, b, alpha) = color.convert(ColorSpaces.Oklab) in <lambda>() constant
|
| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/ |
| D | GapBuffer.kt | 310 val b = buffer ?: return text in toString() constant
|