Searched refs:DetailsSupportFragment (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DDetailsSupportActivity.java46 DetailsSupportFragment fragment = new DetailsSupportFragment();
61 DetailsSupportFragment fragment = (DetailsSupportFragment) getSupportFragmentManager()
H A DDetailsSupportFragment.java46 public class DetailsSupportFragment extends androidx.leanback.app.DetailsSupportFragment { class in inherits:androidx.leanback.app.DetailsSupportFragment
47 private static final String TAG = "leanback.DetailsSupportFragment";
H A DNewDetailsSupportFragment.java56 public class NewDetailsSupportFragment extends androidx.leanback.app.DetailsSupportFragment {
58 private static final String TAG = "leanback.DetailsSupportFragment";
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DDetailsSupportActivity.java46 DetailsSupportFragment fragment = new DetailsSupportFragment();
61 DetailsSupportFragment fragment = (DetailsSupportFragment) getSupportFragmentManager()
H A DDetailsSupportFragment.java46 public class DetailsSupportFragment extends androidx.leanback.app.DetailsSupportFragment { class in inherits:androidx.leanback.app.DetailsSupportFragment
47 private static final String TAG = "leanback.DetailsSupportFragment";
H A DNewDetailsSupportFragment.java56 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/
H A DDetailsParallax.java21 import androidx.leanback.app.DetailsSupportFragment;
25 * or DetailsSupportFragment.
33 * @see DetailsSupportFragment#getParallax()
/frameworks/support/leanback/src/main/java/androidx/leanback/app/
H A DDetailsSupportFragmentBackgroundController.java36 * 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#prepareEntranceTransitio
[all...]
H A DDetailsSupportFragment.java58 * 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 { class in inherits:BaseSupportFragment
94 static final String TAG = "DetailsSupportFragment";
160 new WaitEnterTransitionTimeout(DetailsSupportFragment.this);
172 final WeakReference<DetailsSupportFragment> mRef;
174 WaitEnterTransitionTimeout(DetailsSupportFragment f) {
181 DetailsSupportFragment
[all...]
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
H A DDetailsTestSupportFragment.java40 public class DetailsTestSupportFragment extends androidx.leanback.app.DetailsSupportFragment {
H A DDetailsSupportFragmentTest.java59 * Unit tests for {@link DetailsSupportFragment}.
128 DetailsParallax dpm = ((DetailsSupportFragment) activity.getTestFragment()).getParallax();

Completed in 6554 milliseconds