Searched refs:FastScrollerLocation (Results 1 – 4 of 4) sorted by relevance
23 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 RecyclerViewFastScroller74 FastScrollerLocation(int location) { in FastScrollerLocation() method in RecyclerViewFastScroller.FastScrollerLocation164 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()
59 RecyclerViewFastScroller.FastScrollerLocation location) { in bindFastScrollbar()
23 import static com.android.launcher3.views.RecyclerViewFastScroller.FastScrollerLocation.WIDGET_SCRO…
30 import static com.android.launcher3.views.RecyclerViewFastScroller.FastScrollerLocation.ALL_APPS_SC…