Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DAnchoredTranslate.kt50 fun anchorOffsetIn(scene: SceneKey): Offset? { in transform() method
58 anchorOffsetIn(transition.fromScene) ?: throwException(transition.fromScene) in transform()
60 anchorOffsetIn(transition.toScene) ?: throwException(transition.toScene) in transform()