Home
last modified time | relevance | path

Searched refs:ConversationFastScroller (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java52 public class ConversationFastScroller extends RecyclerView.OnScrollListener implements class
65 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
DConversationFragment.java146 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()