belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
Deprecated since version 27.1.0
BrandedFragment
public
class
BrandedFragment
extends Fragment
java.lang.Object | ||
↳ | android.app.Fragment | |
↳ | android.support.v17.leanback.app.BrandedFragment |
![]() |
![]() |
This class was deprecated
in API level 27.1.0.
use BrandedSupportFragment
Fragment class for managing search and branding using a view that implements
TitleViewAdapter.Provider
.
Summary
Inherited constants |
---|
![]()
android.content.ComponentCallbacks2
|
Public constructors | |
---|---|
BrandedFragment()
|
Public methods | |
---|---|
Drawable
|
getBadgeDrawable()
Returns the badge drawable used in the fragment title. |
int
|
getSearchAffordanceColor()
Returns the color used to draw the search affordance. |
SearchOrbView.Colors
|
getSearchAffordanceColors()
Returns the |
CharSequence
|
getTitle()
Returns the title text for the fragment. |
View
|
getTitleView()
Returns the view that implements |
TitleViewAdapter
|
getTitleViewAdapter()
Returns the |
void
|
installTitleView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState)
Inflate title view and add to parent. |
final
boolean
|
isShowingTitle()
Returns true/false to indicate the visibility of TitleView. |
void
|
onDestroyView()
|
View
|
onInflateTitleView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState)
Called by |
void
|
onPause()
|
void
|
onResume()
|
void
|
onSaveInstanceState(Bundle outState)
|
void
|
onStart()
|
void
|
onViewCreated(View view, Bundle savedInstanceState)
|
void
|
setBadgeDrawable(Drawable drawable)
Sets the drawable displayed in the fragment title. |
void
|
setOnSearchClickedListener(View.OnClickListener listener)
Sets a click listener for the search affordance. |
void
|
setSearchAffordanceColor(int color)
Sets the color used to draw the search affordance. |
void
|
setSearchAffordanceColors(SearchOrbView.Colors colors)
Sets the |
void
|
setTitle(CharSequence title)
Sets title text for the fragment. |
void
|
setTitleView(View titleView)
Sets the view that implemented |
void
|
showTitle(int flags)
Changes title view's components visibility and shows title. |
void
|
showTitle(boolean show)
Shows or hides the title view. |
Inherited methods | |
---|---|
![]()
android.app.Fragment
|