HomeSort by relevance Sort by last modified time
    Searched refs:ConversationFastScroller (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFastScroller.java 52 public class ConversationFastScroller extends RecyclerView.OnScrollListener implements
56 * Creates a {@link ConversationFastScroller} instance, attached to the provided
62 * @return a new ConversationFastScroller, or {@code null} if fast-scrolling is not supported
65 public static ConversationFastScroller addTo(RecyclerView rv, int position) {
67 return new ConversationFastScroller(rv, position);
122 private ConversationFastScroller(RecyclerView rv, int position) {
ConversationFragment.java 145 private ConversationFastScroller mFastScroller;
606 mFastScroller = ConversationFastScroller.addTo(mRecyclerView,
607 UiUtils.isRtlMode() ? ConversationFastScroller.POSITION_LEFT_SIDE :
608 ConversationFastScroller.POSITION_RIGHT_SIDE);
    [all...]

Completed in 281 milliseconds