HomeSort by relevance Sort by last modified time
    Searched refs:DetailsSupportFragment (Results 1 - 8 of 8) sorted by null

  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DetailsSupportActivity.java 46 DetailsSupportFragment fragment = new DetailsSupportFragment();
61 DetailsSupportFragment fragment = (DetailsSupportFragment) getSupportFragmentManager()
DetailsSupportFragment.java 46 public class DetailsSupportFragment extends androidx.leanback.app.DetailsSupportFragment {
47 private static final String TAG = "leanback.DetailsSupportFragment";
NewDetailsSupportFragment.java 56 public class NewDetailsSupportFragment extends androidx.leanback.app.DetailsSupportFragment {
58 private static final String TAG = "leanback.DetailsSupportFragment";
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
DetailsParallax.java 21 import androidx.leanback.app.DetailsSupportFragment;
25 * or DetailsSupportFragment.
33 * @see DetailsSupportFragment#getParallax()
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsSupportFragmentBackgroundController.java 36 * Controller for DetailsSupportFragment parallax background and embedded video play.
111 final DetailsSupportFragment mFragment;
124 * Creates a DetailsSupportFragmentBackgroundController for a DetailsSupportFragment. Note that
125 * each DetailsSupportFragment can only associate with one DetailsSupportFragmentBackgroundController.
127 * @param fragment The DetailsSupportFragment to control background and embedded video playing.
130 public DetailsSupportFragmentBackgroundController(DetailsSupportFragment fragment) {
132 throw new IllegalStateException("Each DetailsSupportFragment is allowed to initialize "
283 * {@link #canNavigateToVideoSupportFragment()}. If the method is called in DetailsSupportFragment.onCreate()
286 * Calling switchToVideo() in DetailsSupportFragment.onCreate() will clear the activity enter
290 * If switchToVideo() is called after {@link DetailsSupportFragment#prepareEntranceTransition()} an
    [all...]
DetailsSupportFragment.java 58 * A DetailsSupportFragment renders the elements of its {@link ObjectAdapter} as a set
63 * When {@link FullWidthDetailsOverviewRowPresenter} is found in adapter, DetailsSupportFragment will
76 * The recommended activity themes to use with a DetailsSupportFragment are
89 * DetailsSupportFragment can use {@link DetailsSupportFragmentBackgroundController} to add a parallax drawable
93 public class DetailsSupportFragment extends BaseSupportFragment {
94 static final String TAG = "DetailsSupportFragment";
160 new WaitEnterTransitionTimeout(DetailsSupportFragment.this);
172 final WeakReference<DetailsSupportFragment> mRef;
174 WaitEnterTransitionTimeout(DetailsSupportFragment f) {
181 DetailsSupportFragment f = mRef.get()
    [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DetailsTestSupportFragment.java 40 public class DetailsTestSupportFragment extends androidx.leanback.app.DetailsSupportFragment {
DetailsSupportFragmentTest.java 59 * Unit tests for {@link DetailsSupportFragment}.
128 DetailsParallax dpm = ((DetailsSupportFragment) activity.getTestFragment()).getParallax();
    [all...]

Completed in 873 milliseconds