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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 21 import com.android.launcher3.BaseRecyclerViewFastScrollBar;
49 private HashSet<BaseRecyclerViewFastScrollBar.FastScrollFocusableView> mTrackedFastScrollViews =
190 if (holder.mContent instanceof BaseRecyclerViewFastScrollBar.FastScrollFocusableView) {
191 BaseRecyclerViewFastScrollBar.FastScrollFocusableView v =
192 (BaseRecyclerViewFastScrollBar.FastScrollFocusableView) holder.mContent;
206 if (v instanceof BaseRecyclerViewFastScrollBar.FastScrollFocusableView) {
207 mTrackedFastScrollViews.add((BaseRecyclerViewFastScrollBar.FastScrollFocusableView) v);
216 for (BaseRecyclerViewFastScrollBar.FastScrollFocusableView v : mTrackedFastScrollViews) {
226 private void updateViewFastScrollFocusState(BaseRecyclerViewFastScrollBar.FastScrollFocusableView v,
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 44 protected BaseRecyclerViewFastScrollBar mScrollbar;
62 mScrollbar = new BaseRecyclerViewFastScrollBar(this, getResources());
215 public BaseRecyclerViewFastScrollBar getScrollBar() {
BaseRecyclerViewFastScrollBar.java 37 public class BaseRecyclerViewFastScrollBar {
78 public BaseRecyclerViewFastScrollBar(BaseRecyclerView rv, Resources res) {
BubbleTextView.java 55 implements BaseRecyclerViewFastScrollBar.FastScrollFocusableView {

Completed in 1019 milliseconds