isFocused

open fun isFocused(): Boolean(source)

Returns true if the RecyclerView this LayoutManager is bound to has focus.

Return

True if the RecyclerView has focus, false otherwise.

See also