Searched defs:BrowseFragment (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java59 * A BrowseFragment renders the elements of its {@link ObjectAdapter} as a set
66 * By default the BrowseFragment includes support for returning to the headers
70 * use {@link BrowseFragment.BrowseTransitionListener} and
73 * The recommended theme to use with a BrowseFragment is
77 public class BrowseFragment extends BaseFragment { class in inherits:BaseFragment
201 private static final String TAG = "BrowseFragment";
248 private static final String ARG_TITLE = BrowseFragment.class.getCanonicalName() + ".title";
249 private static final String ARG_BADGE_URI = BrowseFragment.class.getCanonicalName() + ".badge";
251 BrowseFragment.class.getCanonicalName() + ".headersState";
258 * @param title The title of the BrowseFragment
[all...]

Completed in 112 milliseconds