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

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsSupportFragment.java43 public class DetailsSupportFragment extends android.support.v17.leanback.app.DetailsSupportFragment { class in inherits:android.support.v17.leanback.app.DetailsSupportFragment
44 private static final String TAG = "leanback.DetailsSupportFragment";
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DDetailsSupportFragment.java43 public class DetailsSupportFragment extends android.support.v17.leanback.app.DetailsSupportFragment { class in inherits:android.support.v17.leanback.app.DetailsSupportFragment
44 private static final String TAG = "leanback.DetailsSupportFragment";
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsSupportFragment.java43 * A DetailsSupportFragment renders the elements of its {@link ObjectAdapter} as a set
48 * When {@link FullWidthDetailsOverviewRowPresenter} is found in adapter, DetailsSupportFragment will
61 * The recommended activity themes to use with a DetailsSupportFragment are
73 public class DetailsSupportFragment extends BaseSupportFragment { class in inherits:BaseSupportFragment
74 static final String TAG = "DetailsSupportFragment";
233 * that setup should only change the Presenter behavior that is meaningful in DetailsSupportFragment. For
275 * Gets embedded RowsSupportFragment showing multiple rows for DetailsSupportFragment. If view of
276 * DetailsSupportFragment is not created, the method returns null.
277 * @return Embedded RowsSupportFragment showing multiple rows for DetailsSupportFragment.
285 * DetailsSupportFragment
[all...]

Completed in 350 milliseconds