Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/
DAnchoredSizeTest.kt59 anchoredSize(TestElements.Bar, TestElements.Foo) in testAnchoredSizeEnter()
75 anchoredSize(TestElements.Bar, TestElements.Foo) in testAnchoredSizeExit()
90 anchoredSize(TestElements.Bar, TestElements.Foo, anchorHeight = false) in testAnchoredWidthOnly()
105 anchoredSize(TestElements.Bar, TestElements.Foo, anchorWidth = false) in testAnchoredHeightOnly()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DTransitionDsl.kt385 fun anchoredSize( method
DTransitionDslImpl.kt181 override fun anchoredSize( in anchoredSize() method in com.android.compose.animation.scene.BaseTransitionBuilderImpl