Searched defs:isTouchable (Results 1 – 6 of 6) 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
46 viewModel.isTouchable.collect { isTouchable -> in <lambda>() method
95 public final boolean isTouchable; field in WindowInfosListenerForTest.WindowInfo
812 public boolean isTouchable() { in isTouchable() method in AccessibilityWindowsPopulator.AccessibilityWindow
802 public boolean isTouchable() { in isTouchable() method in PopupWindow