public interface

BrowseFrameLayout.OnFocusSearchListener

 androidx.leanback.widget.BrowseFrameLayout.OnFocusSearchListener

Overview

Interface for selecting a focused view in a BrowseFrameLayout when the system focus finder couldn't find a view to focus.

Summary

Methods
public ViewonFocusSearch(View focused, int direction)

Returns the view where focus should be requested given the current focused view and the direction of focus search.

Methods

public View onFocusSearch(View focused, int direction)

Returns the view where focus should be requested given the current focused view and the direction of focus search.