Home
last modified time | relevance | path

Searched refs:FastScrollerLocation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java23 import static com.android.launcher3.views.RecyclerViewFastScroller.FastScrollerLocation.ALL_APPS_SC…
24 import static com.android.launcher3.views.RecyclerViewFastScroller.FastScrollerLocation.WIDGET_SCRO…
67 public enum FastScrollerLocation { enum in RecyclerViewFastScroller
74 FastScrollerLocation(int location) { in FastScrollerLocation() method in RecyclerViewFastScroller.FastScrollerLocation
164 private FastScrollerLocation mFastScrollerLocation;
177 mFastScrollerLocation = FastScrollerLocation.UNKNOWN_SCROLLER; in RecyclerViewFastScroller()
446 && getScrollerLocation() == FastScrollerLocation.ALL_APPS_SCROLLER; in shouldUseLetterFastScroller()
490 public FastScrollerLocation getScrollerLocation() { in getScrollerLocation()
494 public void setFastScrollerLocation(@NonNull FastScrollerLocation location) { in setFastScrollerLocation()
/packages/apps/Launcher3/src/com/android/launcher3/
DFastScrollRecyclerView.java59 RecyclerViewFastScroller.FastScrollerLocation location) { in bindFastScrollbar()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java23 import static com.android.launcher3.views.RecyclerViewFastScroller.FastScrollerLocation.WIDGET_SCRO…
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java30 import static com.android.launcher3.views.RecyclerViewFastScroller.FastScrollerLocation.ALL_APPS_SC…