Home
last modified time | relevance | path

Searched defs:isPopup (Results 1 – 2 of 2) sorted by relevance

/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DFilters.kt347 fun isPopup(): SemanticsMatcher = hasKey(SemanticsProperties.IsPopup) in hasStateDescription() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/window/
DPopupTest.kt166 val isPopup = item != null && isPopupLayout(item.decorView, testTag) in <lambda>() constant