Searched refs:mDetailsParallax (Results 1 – 3 of 3) sorted by relevance
51 private final DetailsParallax mDetailsParallax; field in DetailsBackgroundVideoHelper77 this.mDetailsParallax = detailsParallax; in DetailsBackgroundVideoHelper()88 Parallax.IntProperty frameTop = mDetailsParallax.getOverviewRowTop(); in startParallax()91 mParallaxEffect = mDetailsParallax in startParallax()105 mDetailsParallax.updateValues(); in startParallax()109 mDetailsParallax.removeEffect(mParallaxEffect); in stopParallax()159 mDetailsParallax.getRecyclerView().postDelayed(new Runnable() { in internalStartPlayback()
326 DetailsParallax mDetailsParallax; field in DetailsFragment468 if (mDetailsParallax != null && vh.getViewHolder() in onCreateView()474 mDetailsParallax); in onCreateView()762 if (mDetailsParallax != null) { in onStart()763 mDetailsParallax.setRecyclerView(mRowsFragment.getVerticalGridView()); in onStart()807 if (mDetailsParallax == null) { in getParallax()808 mDetailsParallax = new DetailsParallax(); in getParallax()810 mDetailsParallax.setRecyclerView(mRowsFragment.getVerticalGridView()); in getParallax()813 return mDetailsParallax; in getParallax()
329 DetailsParallax mDetailsParallax; field in DetailsSupportFragment471 if (mDetailsParallax != null && vh.getViewHolder() in onCreateView()477 mDetailsParallax); in onCreateView()765 if (mDetailsParallax != null) { in onStart()766 mDetailsParallax.setRecyclerView(mRowsSupportFragment.getVerticalGridView()); in onStart()810 if (mDetailsParallax == null) { in getParallax()811 mDetailsParallax = new DetailsParallax(); in getParallax()813 mDetailsParallax.setRecyclerView(mRowsSupportFragment.getVerticalGridView()); in getParallax()816 return mDetailsParallax; in getParallax()