Home
last modified time | relevance | path

Searched defs:node (Results 1 – 6 of 6) sorted by relevance

/glance/glance-appwidget-testing/src/main/java/androidx/glance/appwidget/testing/unit/
DUnitTestFilters.kt53 GlanceNodeMatcher(description = "is checked") { node -> in <lambda>() method
67 GlanceNodeMatcher(description = "is not checked") { node -> in isNotChecked() method
92 ) { node -> in hasRunCallbackClickAction() method
149 ) { node -> in node() method
190 ) { node -> in node() method
243 ) { node -> in node() method
279 ) { node -> in node() method
308 ) { node -> in hasSendBroadcastAction() method
356 ) { node -> in node() method
384 node -> in hasSendBroadcastAction() method
[all …]
/glance/glance-testing/src/main/java/androidx/glance/testing/unit/
DUnitTestFilters.kt57 return GlanceNodeMatcher("${key.name} = '$expectedValue'") { node -> in <lambda>() method
84 ) { node -> in hasContentDescription() method
115 ) { node -> in hasContentDescriptionEqualTo() method
159 ) { node -> in hasText() method
176 GlanceNodeMatcher(description = "text == '$text' (ignoreCase: '$ignoreCase')") { node -> in hasTextEqualTo() method
189 GlanceNodeMatcher(description = "has click action") { node -> in hasClickAction() method
202 GlanceNodeMatcher(description = "has no click action") { node -> in hasNoClickAction() method
236 ) { node -> in node() method
328 ) { node -> in hasStartActivityClickAction() method
/glance/glance-testing/src/test/kotlin/androidx/glance/testing/unit/
DGlanceMappedNodeMatcherTest.kt67 val node = in andBetweenMatchers_match_returnsTrue() constant
82 val node = in andBetweenMatchers_partialMatch_returnsFalse() constant
97 val node = in andBetweenMatchers_noMatch_returnsFalse() constant
112 val node = in orBetweenMatchers_bothMatch_returnsTrue() constant
127 val node = in orBetweenMatchers_secondMatch_returnsTrue() constant
142 val node = in orBetweenMatchers_noneMatch_returnsFalse() constant
157 val node = in not_match_returnsTrue() constant
172 val node = in not_noMatch_returnsFalse() constant
/glance/glance-testing/src/test/kotlin/androidx/glance/testing/
DAssertionErrorMessagesTest.kt69 val node = GlanceMappedNode(EmittableText().also { it.text = "test text" }) in generalErrorMessage_singleNode() constant
/glance/glance-appwidget/src/main/java/androidx/glance/appwidget/
DWidgetLayout.kt216 layoutConfig.entries.forEach { (node, index) -> in <lambda>() method
/glance/glance-appwidget/src/test/kotlin/androidx/glance/appwidget/
DWidgetLayoutTest.kt83 val node = createNode(context, root) in testLayout() constant