Searched defs:mDetailsParallax (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsBackgroundVideoHelper.java51 private final DetailsParallax mDetailsParallax; field in class:DetailsBackgroundVideoHelper
77 this.mDetailsParallax = detailsParallax;
88 Parallax.IntProperty frameTop = mDetailsParallax.getOverviewRowTop();
91 mParallaxEffect = mDetailsParallax
105 mDetailsParallax.updateValues();
109 mDetailsParallax.removeEffect(mParallaxEffect);
159 mDetailsParallax.getRecyclerView().postDelayed(new Runnable() {
H A DDetailsFragment.java326 DetailsParallax mDetailsParallax; field in class:DetailsFragment
468 if (mDetailsParallax != null && vh.getViewHolder()
474 mDetailsParallax);
762 if (mDetailsParallax != null) {
763 mDetailsParallax.setRecyclerView(mRowsFragment.getVerticalGridView());
807 if (mDetailsParallax == null) {
808 mDetailsParallax = new DetailsParallax();
810 mDetailsParallax.setRecyclerView(mRowsFragment.getVerticalGridView());
813 return mDetailsParallax;
H A DDetailsSupportFragment.java329 DetailsParallax mDetailsParallax; field in class:DetailsSupportFragment
471 if (mDetailsParallax != null && vh.getViewHolder()
477 mDetailsParallax);
765 if (mDetailsParallax != null) {
766 mDetailsParallax.setRecyclerView(mRowsSupportFragment.getVerticalGridView());
810 if (mDetailsParallax == null) {
811 mDetailsParallax = new DetailsParallax();
813 mDetailsParallax.setRecyclerView(mRowsSupportFragment.getVerticalGridView());
816 return mDetailsParallax;

Completed in 75 milliseconds