Home
last modified time | relevance | path

Searched defs:initial (Results 1 – 12 of 12) sorted by relevance

/compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/platform/
DWindowInfoTest.kt49 val initial = EmptyPointerKeyboardModifiers() in keyboardModifiers is the same across different instances() constant
/compose/ui/ui-tooling/src/androidMain/kotlin/androidx/compose/ui/tooling/animation/states/
DTargetState.android.kt20 internal data class TargetState<T>(val initial: T, val target: T) : ComposeAnimationState constant in androidx.compose.ui.tooling.animation.states.TargetState
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/platform/
DAndroidParagraphIntrinsics.android.kt196 val initial = resolveResult.value in ActualParagraphIntrinsics() constant
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/sharedelement/
DCallerManagedVisibilityDemo.kt84 private val boundsTransform = BoundsTransform { initial, target -> in initial() method
/compose/integration-tests/demos/src/main/java/androidx/compose/integration/demos/
DDemoActivity.kt247 val initial = backStack.removeAt(backStack.lastIndex) in restored() constant
/compose/runtime/runtime/integration-tests/src/androidInstrumentedTest/kotlin/androidx/compose/runtime/
DFlowAdapterTest.kt109 var initial by mutableStateOf("initial1") in theCurrentValueIsNotLostWhenWeUpdatedInitial() variable
/compose/animation/animation-core/src/commonTest/kotlin/androidx/compose/animation/core/
DPhysicsAnimationTest.kt284 val initial = AnimationVector1D(100f) in <lambda>() constant
/compose/foundation/foundation-layout/src/androidMain/kotlin/androidx/compose/foundation/layout/
DWindowInsets.android.kt615 val initial = windowInsets?.getInsetsIgnoringVisibility(type) ?: AndroidXInsets.NONE in valueInsetsIgnoringVisibility() constant
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimatedContent.kt668 val initial = in measure() constant
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DEffectsTests.kt150 val initial = "initial" in testState3() constant
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimateBoundsTest.kt587 boundsTransform = { initial, _ -> in <lambda>() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/
DSnapshotTests.kt1237 val (state, initial) = in <lambda>() constant