Searched refs:ElementKey (Results 1 – 18 of 18) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/ |
H A D | Key.kt | 46 val rootElementKey = ElementKey(name, identity) 54 class ElementKey( regex 64 override fun matches(key: ElementKey): Boolean { 76 override fun matches(key: ElementKey): Boolean = predicate(key.identity)
|
H A D | TransitionDsl.kt | 129 fun punchHole(matcher: ElementMatcher, bounds: ElementKey, shape: Shape = RectangleShape) 163 fun anchoredTranslate(matcher: ElementMatcher, anchor: ElementKey) 179 fun anchoredSize(matcher: ElementMatcher, anchor: ElementKey) 185 fun matches(key: ElementKey): Boolean
|
H A D | AnimateSharedAsState.kt | 41 element: ElementKey, 56 element: ElementKey, 71 element: ElementKey, 86 element: ElementKey,
|
H A D | SceneTransitions.kt | 100 private val cache = mutableMapOf<ElementKey, ElementTransformations>() 110 internal fun transformations(element: ElementKey): ElementTransformations { 115 private fun computeTransformations(element: ElementKey): ElementTransformations { 161 element: ElementKey,
|
H A D | SceneTransitionLayout.kt | 101 @Composable fun Modifier.element(key: ElementKey): Modifier 123 element: ElementKey,
|
H A D | Scene.kt | 61 override fun Modifier.element(key: ElementKey): Modifier { 69 element: ElementKey,
|
H A D | TransitionDslImpl.kt | 92 override fun punchHole(matcher: ElementMatcher, bounds: ElementKey, shape: Shape) { 148 override fun anchoredTranslate(matcher: ElementMatcher, anchor: ElementKey) { 156 override fun anchoredSize(matcher: ElementMatcher, anchor: ElementKey) {
|
H A D | Element.kt | 49 internal class Element(val key: ElementKey) { 92 key: ElementKey,
|
H A D | SceneTransitionLayoutImpl.kt | 50 internal val elements = SnapshotStateMap<ElementKey, Element>()
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/ |
H A D | QuickSettings.kt | 34 import com.android.compose.animation.scene.ElementKey 40 val Content = ElementKey("QuickSettingsContent") 41 val CollapsedGrid = ElementKey("QuickSettingsCollapsedGrid") 42 val FooterActions = ElementKey("QuickSettingsFooterActions")
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
H A D | ShadeScene.kt | 34 import com.android.compose.animation.scene.ElementKey 55 val QuickSettings = ElementKey("ShadeQuickSettings") 56 val Scrim = ElementKey("ShadeScrim") 57 val ScrimBackground = ElementKey("ShadeScrimBackground")
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/ |
H A D | TestValues.kt | 33 val Foo = ElementKey("Foo") 34 val Bar = ElementKey("Bar")
|
H A D | TestTransition.kt | 63 fun onElement(element: ElementKey): SemanticsNodeInteraction 114 override fun onElement(element: ElementKey): SemanticsNodeInteraction {
|
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/transformation/ |
H A D | AnchoredSize.kt | 21 import com.android.compose.animation.scene.ElementKey 31 private val anchor: ElementKey,
|
H A D | AnchoredTranslate.kt | 22 import com.android.compose.animation.scene.ElementKey 32 private val anchor: ElementKey,
|
H A D | PunchHole.kt | 35 import com.android.compose.animation.scene.ElementKey 43 private val bounds: ElementKey,
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
H A D | Notifications.kt | 34 import com.android.compose.animation.scene.ElementKey 39 val Notifications = ElementKey("Notifications")
|
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
H A D | BouncerScene.kt | 49 import com.android.compose.animation.scene.ElementKey 69 val Background = ElementKey("BouncerBackground") 70 val Content = ElementKey("BouncerContent")
|