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

  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DetailsFragmentTest.java 70 static int getCoverDrawableAlpha(DetailsFragmentBackgroundController controller) {
221 final DetailsFragmentBackgroundController mDetailsBackground =
222 new DetailsFragmentBackgroundController(this);
529 final DetailsFragmentBackgroundController mDetailsBackground =
530 new DetailsFragmentBackgroundController(this);
    [all...]
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
DetailsFragmentBackgroundController.java 69 * DetailsFragmentBackgroundController mController = new DetailsFragmentBackgroundController(this);
114 public class DetailsFragmentBackgroundController {
129 * Creates a DetailsFragmentBackgroundController for a DetailsFragment. Note that
130 * each DetailsFragment can only associate with one DetailsFragmentBackgroundController.
135 public DetailsFragmentBackgroundController(DetailsFragment fragment) {
138 + "DetailsFragmentBackgroundController once");
DetailsFragment.java 92 * DetailsFragment can use {@link DetailsFragmentBackgroundController} to add a parallax drawable
341 DetailsFragmentBackgroundController mDetailsBackgroundController;
610 * This method asks DetailsFragmentBackgroundController to add a fragment for rendering video.
615 * @see DetailsFragmentBackgroundController#onCreateVideoFragment()
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
NewDetailsFragment.java 30 import androidx.leanback.app.DetailsFragmentBackgroundController;
79 private final DetailsFragmentBackgroundController mDetailsBackground =
80 new DetailsFragmentBackgroundController(this);

Completed in 113 milliseconds