Searched refs:mDetailsParallax (Results 1 – 3 of 3) sorted by relevance
52 private final DetailsParallax mDetailsParallax; field in DetailsBackgroundVideoHelper78 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()
330 DetailsParallax mDetailsParallax; field in DetailsSupportFragment472 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()
335 DetailsParallax mDetailsParallax; field in DetailsFragment477 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()