Searched defs:isFocusable (Results 1 – 3 of 3) sorted by relevance
| /compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/ | ||
| D | Filters.kt | 100 fun isFocusable(): SemanticsMatcher = hasKey(SemanticsProperties.Focused) in isToggleable() method |
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/autofill/ | ||
| D | FakeViewStructure.kt | 48 @JvmField var isFocusable: Boolean = false, variable in androidx.compose.ui.autofill.FakeViewStructure |
| /compose/ui/ui/benchmark/src/androidTest/java/androidx/compose/ui/benchmark/autofill/ | ||
| D | FakeViewStructure.kt | 82 private var isFocusable: Boolean = false in <lambda>() variable in androidx.compose.ui.benchmark.autofill.FakeViewStructure |