Searched defs:isTouchable (Results 1 – 5 of 5) sorted by relevance
48 val isTouchable: Boolean? by collectLastValue(underTest.isTouchable) in <lambda>() constant55 val isTouchable: Boolean? by collectLastValue(underTest.isTouchable) in <lambda>() constant62 val isTouchable: Boolean? by collectLastValue(underTest.isTouchable) in <lambda>() constant71 val isTouchable: Boolean? by collectLastValue(underTest.isTouchable) in <lambda>() constant
28 val isTouchable: Flow<Boolean> constant40 override val isTouchable: Flow<Boolean> = in invoke() constant
45 viewModel.isTouchable.collect { isTouchable -> in <lambda>() method
802 public boolean isTouchable() { in isTouchable() method in AccessibilityWindowsPopulator.AccessibilityWindow
802 public boolean isTouchable() { in isTouchable() method in PopupWindow