Seek Bar Actions
Provides action for SeekBar
Inheritors
Functions
Link copied to clipboard
Performs custom action on a view
Link copied to clipboard
Performs double click on view
Link copied to clipboard
Drags progress to defined position. Please note that this dragging is emulated via Espresso's swipe action and might not be accurate, if progress max value is too high or device's density is too low.
Link copied to clipboard
Link copied to clipboard
Presses IME action, if supported view is in focus
Link copied to clipboard
public Unit repeatUntil(Integer maxAttempts, Function0<ViewAction> action, Function1<ViewBuilder, Unit> matcher)
Repeats given action on the view until this view will match the given matcher
Link copied to clipboard
Set progress for ProgressBar