HomeSort by relevance Sort by last modified time
    Searched defs:FastScroller (Results 1 - 5 of 5) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/contactsfragment/
FastScroller.java 30 public class FastScroller extends RelativeLayout {
42 public FastScroller(Context context, AttributeSet attrs) {
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewFastScrollerTest.java 56 private FastScroller mScroller;
132 mScroller = new FastScroller(mRecyclerView, (StateListDrawable) res.getDrawable(
180 assertTrue(view.getItemDecorationAt(0) instanceof FastScroller);
181 FastScroller scroller = (FastScroller) view.getItemDecorationAt(0);
317 mScroller = (FastScroller) recyclerView.getItemDecorationAt(0);
374 mScroller = new FastScroller(mRecyclerView, (StateListDrawable) res.getDrawable(
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
FastScroller.java 41 class FastScroller extends RecyclerView.ItemDecoration implements RecyclerView.OnItemTouchListener {
134 FastScroller(RecyclerView recyclerView, StateListDrawable verticalThumbDrawable,
RecyclerView.java     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 55 class FastScroller {
248 public FastScroller(AbsListView listView, int styleResId) {
393 * Removes this FastScroller overlay from the host view.
    [all...]

Completed in 190 milliseconds