Searched refs:fastScroller (Results 1 – 3 of 3) sorted by relevance
89 private FastScroller fastScroller; field in ContactsFragment181 fastScroller = view.findViewById(R.id.fast_scroller); in onCreateView()195 fastScroller.setVisibility(View.VISIBLE); in onCreateView()198 fastScroller.setVisibility(View.GONE); in onCreateView()257 fastScroller.setup(adapter, manager); in onLoadFinished()280 fastScroller.updateContainerAndScrollBarPosition(recyclerView); in onScrollChange()294 || fastScroller.isDragStarted()); in onScrollChange()
107 FastScroller fastScroller = new FastScroller(mRecyclerView, mScrollTrack, mScrollView); in initialize() local108 fastScroller.enable(); in initialize()
202 RecyclerViewFastScroller fastScroller = findViewById(R.id.fast_scroller); in onFinishInflate() local215 fastScroller.setIsRecyclerViewFirstChildInParent(false); in onFinishInflate()241 fastScroller.setOnFastScrollChangeListener(mSearchAndRecommendationsScrollController); in onFinishInflate()