Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DElement.kt315 val targetOffsetInScene = lookaheadScopeCoordinates.localLookaheadPositionOf(coords) regex
316 if (targetOffsetInScene != sceneValues.offset) {
318 sceneValues.offset = targetOffsetInScene
329 idleValue = targetOffsetInScene,