| /compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/ |
| D | DelayedAnimationTest.kt | 30 val initialValue = AnimationVector1D(0f) in duration() constant 52 val initialValue = AnimationVector1D(0f) in values() constant 109 val initialValue = AnimationVector1D(0f) in velocity() constant 209 val initialValue = AnimationVector1D(1f) in zeroAnimation() constant
|
| D | KeyframeArcAnimationTest.kt | 31 private val initialValue = 0f constant
|
| D | ArcAnimationTest.kt | 33 private val initialValue = 0f constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/ |
| D | PrimitiveSnapshotStateTests.kt | 111 val initialValue = impl.sampleValues.first() in testCreation_Int() constant 118 val initialValue = impl.sampleValues.first() in testCreation_Int() constant 135 val (initialValue, nextValue) = impl.sampleValues.take(2).toList() in testCreation_Int() constant
|
| /compose/foundation/foundation/src/androidUnitTest/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | TextFieldStateInternalBufferTest.kt | 404 val initialValue = in <lambda>() constant 416 val initialValue = in <lambda>() constant 428 val initialValue = in <lambda>() constant 440 val initialValue = in <lambda>() constant 460 val initialValue = in <lambda>() constant 480 val initialValue = in <lambda>() constant 504 val initialValue = in <lambda>() constant 515 val initialValue = in <lambda>() constant
|
| /compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/accessibility/ |
| D | TextAccessibilityBenchmark.kt | 212 var initialValue by mutableStateOf(true) in sendEvents_changeTextInSingleTextComponent() variable 234 var initialValue by mutableStateOf(true) in sendEvents_changeTextInMultipleTextComponents() variable 267 var initialValue by mutableStateOf(true) in sendEvents_changeTextInOneOfMultipleText() variable
|
| D | TextFieldAccessibilityBenchmark.kt | 230 var initialValue by mutableStateOf(true) in sendEvents_changeTextInSingleTextField() variable 253 var initialValue by mutableStateOf(true) in sendEvents_changeTextInMultipleTextFields() variable 286 var initialValue by mutableStateOf(true) in sendEvents_changeTextInOneOfMultipleTextFields() variable
|
| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/ |
| D | ModalBottomSheetStateTest.kt | 39 val initialValue = ModalBottomSheetValue.Hidden in test_stateSavedAndRestored() constant
|
| D | ModalBottomSheetTest.kt | 860 val initialValue = in <lambda>() constant
|
| /compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/ |
| D | SuspendAnimation.kt | 225 val initialValue = animation.getValueFromNanos(0) constant
|
| D | Animation.kt | 212 public val initialValue: T in TargetBasedAnimation() constant 353 public val initialValue: T, constant in DecayAnimation
|
| D | Transition.kt | 1407 val initialValue = animation.getValueFromNanos(initialPlayTimeNanos) in updateInitialValue() constant 1553 val initialValue = if (resetSnapValue == ResetAnimationSnap) targetValue else value in updateTargetValue() constant 1641 val initialValue = targetValueByState(segment.initialState) in updateAnimationStates() constant 1854 val initialValue = targetValueByState(initialState) constant
|
| D | InfiniteTransition.kt | 73 internal var initialValue: T, variable in androidx.compose.animation.core.InfiniteTransition.TransitionAnimationState
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/node/ |
| D | ModifierLocalConsumerEntityTest.kt | 171 val initialValue = "Initial Value" in changing provided value causes consumer to receive new provided value() constant 192 val initialValue = "Initial Value" in changing provided value after detaching modifier does not invoke consumer lambda() constant
|
| /compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/ |
| D | AndroidUiDispatcher.android.kt | 165 override fun initialValue(): CoroutineContext = in initialValue() method
|
| D | FocusFinderCompat.android.kt | 57 override fun initialValue(): FocusFinderCompat { in <lambda>() method
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | WideNavigationRailState.kt | 116 var initialValue: WideNavigationRailValue, variable in androidx.compose.material3.WideNavigationRailStateImpl
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/ |
| D | TextPreparedSelection.kt | 102 val initialValue: TextFieldCharSequence constant in androidx.compose.foundation.text.input.internal.selection.TextFieldPreparedSelection
|
| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ |
| D | BottomSheetScaffoldTest.kt | 131 val initialValue = SheetValue.Expanded in <lambda>() constant
|
| /compose/material3/material3-adaptive-navigation-suite/src/commonMain/kotlin/androidx/compose/material3/adaptive/navigationsuite/ |
| D | NavigationSuiteScaffold.kt | 1441 internal class NavigationSuiteScaffoldStateImpl(var initialValue: NavigationSuiteScaffoldValue) : in colors() variable in androidx.compose.material3.adaptive.navigationsuite.NavigationSuiteScaffoldStateImpl
|