Searched refs:ConversationFastScroller (Results 1 – 2 of 2) sorted by relevance
52 public class ConversationFastScroller extends RecyclerView.OnScrollListener implements class65 public static ConversationFastScroller addTo(RecyclerView rv, int position) { in addTo()67 return new ConversationFastScroller(rv, position); in addTo()122 private ConversationFastScroller(RecyclerView rv, int position) { in ConversationFastScroller() method in ConversationFastScroller
146 private ConversationFastScroller mFastScroller;609 mFastScroller = ConversationFastScroller.addTo(mRecyclerView, in onCreateView()610 UiUtils.isRtlMode() ? ConversationFastScroller.POSITION_LEFT_SIDE : in onCreateView()611 ConversationFastScroller.POSITION_RIGHT_SIDE); in onCreateView()