Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsFastScrollHelper.java49 private HashSet<BaseRecyclerViewFastScrollBar.FastScrollFocusableView> mTrackedFastScrollViews =
181 if (holder.mContent instanceof BaseRecyclerViewFastScrollBar.FastScrollFocusableView) { in onBindView()
182 BaseRecyclerViewFastScrollBar.FastScrollFocusableView v = in onBindView()
183 (BaseRecyclerViewFastScrollBar.FastScrollFocusableView) holder.mContent; in onBindView()
197 if (v instanceof BaseRecyclerViewFastScrollBar.FastScrollFocusableView) { in trackAllChildViews()
198 … mTrackedFastScrollViews.add((BaseRecyclerViewFastScrollBar.FastScrollFocusableView) v); in trackAllChildViews()
207 for (BaseRecyclerViewFastScrollBar.FastScrollFocusableView v : mTrackedFastScrollViews) { in updateTrackedViewsFastScrollFocusState()
217 …rivate void updateViewFastScrollFocusState(BaseRecyclerViewFastScrollBar.FastScrollFocusableView v, in updateViewFastScrollFocusState()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerViewFastScrollBar.java40 public interface FastScrollFocusableView { interface in BaseRecyclerViewFastScrollBar
DBubbleTextView.java53 implements BaseRecyclerViewFastScrollBar.FastScrollFocusableView {