Searched refs:mDetailsParallax (Results 1 - 3 of 3) sorted by relevance

/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.java332 DetailsParallax mDetailsParallax; field in class:DetailsFragment
474 if (mDetailsParallax != null && vh.getViewHolder()
480 mDetailsParallax);
768 if (mDetailsParallax != null) {
769 mDetailsParallax.setRecyclerView(mRowsFragment.getVerticalGridView());
813 if (mDetailsParallax == null) {
814 mDetailsParallax = new DetailsParallax();
816 mDetailsParallax.setRecyclerView(mRowsFragment.getVerticalGridView());
819 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 77 milliseconds