TitleHelper
open class TitleHelper
kotlin.Any | |
↳ | androidx.leanback.widget.TitleHelper |
Helper for managing androidx.leanback.widget.TitleView
, including transitions and focus movement. Assumes the TitleView is overlayed on the topmost portion of the scene root view.
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
open BrowseFrameLayout.OnFocusSearchListener! |
Returns a |
open ViewGroup! |
Returns the scene root ViewGroup. |
open View! |
Returns the |
open Unit |
Shows the title. |
Public constructors
Public methods
getOnFocusSearchListener
open fun getOnFocusSearchListener(): BrowseFrameLayout.OnFocusSearchListener!
Returns a androidx.leanback.widget.BrowseFrameLayout.OnFocusSearchListener
which may be used to manage focus switching between the title view and scene root.