Home
last modified time | relevance | path

Searched defs:inContent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DElementMatcher.kt26 fun inContent(content: ContentKey): ElementMatcher { in matches() method
DSceneTransitionLayoutImpl.kt75 val inContent: ContentKey, in <lambda>() constant in com.android.compose.animation.scene.Ancestor
/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
DTestMatchers.kt33 fun SemanticsMatcher.Companion.inContent(content: ContentKey): SemanticsMatcher { in inContent() method