Home
last modified time | relevance | path

Searched refs:supportsFastScrolling (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSearchRecyclerView.java55 public boolean supportsFastScrolling() { in supportsFastScrolling() method in SearchRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/
DFastScrollRecyclerView.java150 public boolean supportsFastScrolling() { in supportsFastScrolling() method in FastScrollRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java281 if (!mIsDragging && !mIgnoreDragGesture && mRv.supportsFastScrolling()) { in handleTouchEvent()