Searched refs:startsOutsideLayoutBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/ |
D | EdgeTranslate.kt | 31 private val startsOutsideLayoutBounds: Boolean = true, constant in com.android.compose.animation.scene.transformation.EdgeTranslate 49 if (startsOutsideLayoutBounds) { in transform() 55 if (startsOutsideLayoutBounds) { in transform() 61 if (startsOutsideLayoutBounds) { in transform() 67 if (startsOutsideLayoutBounds) { in transform()
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/ |
D | EdgeTranslateTest.kt | 45 startsOutsideLayoutBounds: Boolean, in testEdgeTranslate() 60 translate(TestElements.Foo, edge, startsOutsideLayoutBounds) in testEdgeTranslate() 68 testEdgeTranslate(Edge.Top, startsOutsideLayoutBounds = true) { in testEntersFromTop_startsOutsideLayoutBounds() 79 testEdgeTranslate(Edge.Top, startsOutsideLayoutBounds = false) { in testEntersFromTop_startsInsideLayoutBounds() 90 testEdgeTranslate(Edge.Bottom, startsOutsideLayoutBounds = true) { in testEntersFromBottom_startsOutsideLayoutBounds() 101 testEdgeTranslate(Edge.Bottom, startsOutsideLayoutBounds = false) { in testEntersFromBottom_startsInsideLayoutBounds() 112 testEdgeTranslate(Edge.Left, startsOutsideLayoutBounds = true) { in testEntersFromLeft_startsOutsideLayoutBounds() 123 testEdgeTranslate(Edge.Left, startsOutsideLayoutBounds = false) { in testEntersFromLeft_startsInsideLayoutBounds() 134 testEdgeTranslate(Edge.Right, startsOutsideLayoutBounds = true) { in testEntersFromRight_startsOutsideLayoutBounds() 145 testEdgeTranslate(Edge.Right, startsOutsideLayoutBounds = false) { in testEntersFromRight_startsInsideLayoutBounds()
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | TransitionDslImpl.kt | 164 startsOutsideLayoutBounds: Boolean in translate() 166 transformation(EdgeTranslate(matcher, edge, startsOutsideLayoutBounds)) in translate()
|
D | TransitionDsl.kt | 348 fun translate(matcher: ElementMatcher, edge: Edge, startsOutsideLayoutBounds: Boolean = true)
|
/frameworks/base/packages/SystemUI/docs/ |
D | scene.md | 207 translate(Shade.Elements.Scrim, Edge.Top, startsOutsideLayoutBounds = false) 213 startsOutsideLayoutBounds = false,
|