Home
last modified time | relevance | path

Searched defs:init (Results 1 – 11 of 11) sorted by relevance

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DVectorizedMonoSplineKeyframesSpec.kt44 private fun init(initialValue: V, targetValue: V, initialVelocity: V) { in <lambda>() method
DVectorizedAnimationSpec.kt293 private fun init(initialValue: V, targetValue: V, initialVelocity: V) { in init() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/focus/
DRequestFocusEnterExitTest.kt224 var init = true in enterPropertyOnGrandparent_cantStopFocusChange() variable
DCancelFocusMoveTest.kt52 fun init() = listOf(Left, Right, Up, Down, Enter, Exit, Previous, Next).map { Param(it) } in <lambda>() method
/compose/ui/ui-tooling/src/androidMain/kotlin/androidx/compose/ui/tooling/
DComposeViewAdapter.android.kt418 internal fun init( in toString() method
518 private fun init(attrs: AttributeSet) { in toString() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/node/
DCompositionLocalConsumerModifierNodeTest.kt59 fun init() = in <lambda>() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/tooling/
DUiErrorTraceTests.kt64 fun init() = listOf(false, true) in <lambda>() method
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DEnterExitTransition.kt949 fun init(): GraphicsLayerScope.() -> Unit in init() method
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/suspendfun/
DOffsetKeyframeSplinePlaygroundDemo.kt161 private fun init(density: Density) { in init() method in androidx.compose.animation.demos.suspendfun.SplineKeyframesPlaygroundModel
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DSwipeableTest.kt78 fun init() { in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposer.kt4387 fun init(block: T.() -> Unit) { in init() method