Android APIs
public abstract class

BaseLeanbackPreferenceFragment

extends PreferenceFragment
java.lang.Object
   ↳ android.app.Fragment
     ↳ android.support.v14.preference.PreferenceFragment
       ↳ android.support.v17.preference.BaseLeanbackPreferenceFragment
Known Direct Subclasses

Class Overview

This fragment provides a preference fragment with leanback-style behavior, suitable for embedding into broader UI elements.

Summary

[Expand]
Inherited XML Attributes
From class android.app.Fragment
[Expand]
Inherited Constants
From class android.support.v14.preference.PreferenceFragment
From interface android.content.ComponentCallbacks2
Public Constructors
BaseLeanbackPreferenceFragment()
Public Methods
RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState)
Creates the RecyclerView used to display the preferences.
[Expand]
Inherited Methods
From class android.support.v14.preference.PreferenceFragment
From class android.app.Fragment
From class java.lang.Object
From interface android.support.v7.preference.PreferenceManager.OnPreferenceTreeClickListener
From interface android.support.v7.preference.PreferenceManager.OnDisplayPreferenceDialogListener
From interface android.support.v7.preference.PreferenceManager.OnNavigateToScreenListener
From interface android.support.v7.preference.DialogPreference.TargetFragment
From interface android.content.ComponentCallbacks2
From interface android.view.View.OnCreateContextMenuListener
From interface android.content.ComponentCallbacks

Public Constructors

public BaseLeanbackPreferenceFragment ()

Public Methods

public RecyclerView onCreateRecyclerView (LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState)

Creates the RecyclerView used to display the preferences. Subclasses may override this to return a customized RecyclerView.

Parameters
inflater The LayoutInflater object that can be used to inflate the RecyclerView.
parent The parent View that the RecyclerView will be attached to. This method should not add the view itself, but this can be used to generate the LayoutParams of the view.
savedInstanceState If non-null, this view is being re-constructed from a previous saved state as given here
Returns
  • A new RecyclerView object to be placed into the view hierarchy