Home
last modified time | relevance | path

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 DKey.kt46 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 DTransitionDsl.kt129 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 DAnimateSharedAsState.kt41 element: ElementKey,
56 element: ElementKey,
71 element: ElementKey,
86 element: ElementKey,
H A DSceneTransitions.kt100 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 DSceneTransitionLayout.kt101 @Composable fun Modifier.element(key: ElementKey): Modifier
123 element: ElementKey,
H A DScene.kt61 override fun Modifier.element(key: ElementKey): Modifier {
69 element: ElementKey,
H A DTransitionDslImpl.kt92 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 DElement.kt49 internal class Element(val key: ElementKey) {
92 key: ElementKey,
H A DSceneTransitionLayoutImpl.kt50 internal val elements = SnapshotStateMap<ElementKey, Element>()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
H A DQuickSettings.kt34 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 DShadeScene.kt34 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 DTestValues.kt33 val Foo = ElementKey("Foo")
34 val Bar = ElementKey("Bar")
H A DTestTransition.kt63 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 DAnchoredSize.kt21 import com.android.compose.animation.scene.ElementKey
31 private val anchor: ElementKey,
H A DAnchoredTranslate.kt22 import com.android.compose.animation.scene.ElementKey
32 private val anchor: ElementKey,
H A DPunchHole.kt35 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 DNotifications.kt34 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 DBouncerScene.kt49 import com.android.compose.animation.scene.ElementKey
69 val Background = ElementKey("BouncerBackground")
70 val Content = ElementKey("BouncerContent")