setFocusSearchDebounceMs

fun setFocusSearchDebounceMs(debounceMs: Int?)

Use this to ignore fast key events while scrolling. By default, this is null, which means there is no debouncing.

Parameters

debounceMs

the value in milliseconds to wait between two consecutive key events or null to deactivate debouncing