Searched refs:scrollPositionWatcher (Results 1 – 3 of 3) sorted by relevance
173 final ScrollPositionWatcher scrollPositionWatcher = new ScrollPositionWatcher(); in onCreateView() local174 mRecyclerView.addOnLayoutChangeListener(scrollPositionWatcher); in onCreateView()175 mRecyclerView.addOnScrollListener(scrollPositionWatcher); in onCreateView()
118 final ScrollPositionWatcher scrollPositionWatcher = new ScrollPositionWatcher(); in onCreateView() local119 mCityList.addOnScrollListener(scrollPositionWatcher); in onCreateView()
137 final ScrollPositionWatcher scrollPositionWatcher = new ScrollPositionWatcher(); in onCreateView() local138 mLapsList.addOnLayoutChangeListener(scrollPositionWatcher); in onCreateView()139 mLapsList.addOnScrollListener(scrollPositionWatcher); in onCreateView()