DpadViewActions

Useful ViewAction for plain views

Types

Link copied to clipboard
abstract class DpadViewAction(description: String) : ViewAction

Functions

Link copied to clipboard

Note: this will only work if there's something else in your View hierarchy that can take focus

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : View> waitForCondition(description: String, condition: (view: T) -> Boolean, timeout: Long = 2, timeoutUnit: TimeUnit = TimeUnit.SECONDS): ViewAction