Home
last modified time | relevance | path

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

/frameworks/support/leanback/src/main/java/androidx/leanback/app/
DDetailsBackgroundVideoHelper.java52 private final DetailsParallax mDetailsParallax; field in DetailsBackgroundVideoHelper
78 this.mDetailsParallax = detailsParallax; in DetailsBackgroundVideoHelper()
89 Parallax.IntProperty frameTop = mDetailsParallax.getOverviewRowTop(); in startParallax()
92 mParallaxEffect = mDetailsParallax in startParallax()
106 mDetailsParallax.updateValues(); in startParallax()
110 mDetailsParallax.removeEffect(mParallaxEffect); in stopParallax()
160 mDetailsParallax.getRecyclerView().postDelayed(new Runnable() { in internalStartPlayback()
DDetailsSupportFragment.java330 DetailsParallax mDetailsParallax; field in DetailsSupportFragment
472 if (mDetailsParallax != null && vh.getViewHolder() in onCreateView()
478 mDetailsParallax); in onCreateView()
766 if (mDetailsParallax != null) { in onStart()
767 mDetailsParallax.setRecyclerView(mRowsSupportFragment.getVerticalGridView()); in onStart()
811 if (mDetailsParallax == null) { in getParallax()
812 mDetailsParallax = new DetailsParallax(); in getParallax()
814 mDetailsParallax.setRecyclerView(mRowsSupportFragment.getVerticalGridView()); in getParallax()
817 return mDetailsParallax; in getParallax()
DDetailsFragment.java335 DetailsParallax mDetailsParallax; field in DetailsFragment
477 if (mDetailsParallax != null && vh.getViewHolder() in onCreateView()
483 mDetailsParallax); in onCreateView()
771 if (mDetailsParallax != null) { in onStart()
772 mDetailsParallax.setRecyclerView(mRowsFragment.getVerticalGridView()); in onStart()
816 if (mDetailsParallax == null) { in getParallax()
817 mDetailsParallax = new DetailsParallax(); in getParallax()
819 mDetailsParallax.setRecyclerView(mRowsFragment.getVerticalGridView()); in getParallax()
822 return mDetailsParallax; in getParallax()