Home
last modified time | relevance | path

Searched refs:alphaValue (Results 1 – 1 of 1) sorted by relevance

/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/behavior/reveal/
DFadeReveal.kt101 val alphaValue: MotionValue, in fadeReveal() constant in com.android.mechanics.demo.staging.behavior.reveal.FadeContentRevealNode.AttachedState
134 alphaValue.spec = MotionSpec(maxDirection = showSpec, minDirection = hideSpec) in fadeReveal()
142 val alphaValue = in fadeReveal() constant
153 debugDisposer = motionValueDebugger.register(alphaValue) in fadeReveal()
159 attachedState = AttachedState(revealContainerNode, alphaValue, debugDisposer) in fadeReveal()
160 coroutineScope.launch { alphaValue.keepRunning() } in fadeReveal()
171 !alphaValue.isStable in fadeReveal()
180 !alphaValue.isStable in fadeReveal()
216 val revealAlpha = checkNotNull(attachedState).alphaValue.output in fadeReveal()