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

/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DNewDetailsFragment.java77 private final DetailsFragmentBackgroundController mDetailsBackground = field in class:NewDetailsFragment
82 mDetailsBackground.setupVideoPlayback(mediaPlayerGlue);
95 mDetailsBackground.setupVideoPlayback(mediaPlayerGlue);
119 mDetailsBackground.enableParallax();
128 mDetailsBackground.switchToVideo();
174 mDetailsBackground.switchToVideo();
190 mDetailsBackground.switchToVideo();
197 mDetailsBackground.switchToVideo();
349 mDetailsBackground.setCoverBitmap(bitmap);
356 mDetailsBackground
[all...]
H A DNewDetailsSupportFragment.java80 private final DetailsSupportFragmentBackgroundController mDetailsBackground = field in class:NewDetailsSupportFragment
85 mDetailsBackground.setupVideoPlayback(mediaPlayerGlue);
98 mDetailsBackground.setupVideoPlayback(mediaPlayerGlue);
122 mDetailsBackground.enableParallax();
131 mDetailsBackground.switchToVideo();
177 mDetailsBackground.switchToVideo();
193 mDetailsBackground.switchToVideo();
200 mDetailsBackground.switchToVideo();
352 mDetailsBackground.setCoverBitmap(bitmap);
359 mDetailsBackground
[all...]
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DNewDetailsFragment.java77 private final DetailsFragmentBackgroundController mDetailsBackground = field in class:NewDetailsFragment
82 mDetailsBackground.setupVideoPlayback(mediaPlayerGlue);
95 mDetailsBackground.setupVideoPlayback(mediaPlayerGlue);
119 mDetailsBackground.enableParallax();
128 mDetailsBackground.switchToVideo();
174 mDetailsBackground.switchToVideo();
190 mDetailsBackground.switchToVideo();
197 mDetailsBackground.switchToVideo();
349 mDetailsBackground.setCoverBitmap(bitmap);
356 mDetailsBackground
[all...]
H A DNewDetailsSupportFragment.java80 private final DetailsSupportFragmentBackgroundController mDetailsBackground = field in class:NewDetailsSupportFragment
85 mDetailsBackground.setupVideoPlayback(mediaPlayerGlue);
98 mDetailsBackground.setupVideoPlayback(mediaPlayerGlue);
122 mDetailsBackground.enableParallax();
131 mDetailsBackground.switchToVideo();
177 mDetailsBackground.switchToVideo();
193 mDetailsBackground.switchToVideo();
200 mDetailsBackground.switchToVideo();
352 mDetailsBackground.setCoverBitmap(bitmap);
359 mDetailsBackground
[all...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DDetailsFragmentTest.java217 final DetailsFragmentBackgroundController mDetailsBackground = field in class:DetailsFragmentTest.DetailsFragmentWithVideo
228 mDetailsBackground.enableParallax();
230 mDetailsBackground.setupVideoPlayback(mGlue);
244 mDetailsBackground.setCoverBitmap(bitmap);
249 mDetailsBackground.setCoverBitmap(null);
525 final DetailsFragmentBackgroundController mDetailsBackground = field in class:DetailsFragmentTest.DetailsFragmentWithNoVideo
535 mDetailsBackground.enableParallax();
546 mDetailsBackground.setCoverBitmap(bitmap);
551 mDetailsBackground.setCoverBitmap(null);
807 final DetailsFragmentBackgroundController mDetailsBackground field in class:DetailsFragmentTest.DetailsFragmentWithNoItem
858 final DetailsFragmentBackgroundController mDetailsBackground = field in class:DetailsFragmentTest.DetailsFragmentSwitchToVideoInOnCreate
1039 final DetailsFragmentBackgroundController mDetailsBackground = field in class:DetailsFragmentTest.DetailsFragmentSwitchToVideoAndPrepareEntranceTransition
1091 final DetailsFragmentBackgroundController mDetailsBackground = field in class:DetailsFragmentTest.DetailsFragmentEntranceTransition
[all...]
H A DDetailsSupportFragmentTest.java220 final DetailsSupportFragmentBackgroundController mDetailsBackground = field in class:DetailsSupportFragmentTest.DetailsSupportFragmentWithVideo
231 mDetailsBackground.enableParallax();
233 mDetailsBackground.setupVideoPlayback(mGlue);
247 mDetailsBackground.setCoverBitmap(bitmap);
252 mDetailsBackground.setCoverBitmap(null);
528 final DetailsSupportFragmentBackgroundController mDetailsBackground = field in class:DetailsSupportFragmentTest.DetailsSupportFragmentWithNoVideo
538 mDetailsBackground.enableParallax();
549 mDetailsBackground.setCoverBitmap(bitmap);
554 mDetailsBackground.setCoverBitmap(null);
810 final DetailsSupportFragmentBackgroundController mDetailsBackground field in class:DetailsSupportFragmentTest.DetailsSupportFragmentWithNoItem
861 final DetailsSupportFragmentBackgroundController mDetailsBackground = field in class:DetailsSupportFragmentTest.DetailsSupportFragmentSwitchToVideoInOnCreate
1042 final DetailsSupportFragmentBackgroundController mDetailsBackground = field in class:DetailsSupportFragmentTest.DetailsSupportFragmentSwitchToVideoAndPrepareEntranceTransition
1094 final DetailsSupportFragmentBackgroundController mDetailsBackground = field in class:DetailsSupportFragmentTest.DetailsSupportFragmentEntranceTransition
[all...]

Completed in 8153 milliseconds