Searched refs:FastScrollFocusableView (Results 1 – 3 of 3) sorted by relevance
49 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()
40 public interface FastScrollFocusableView { interface in BaseRecyclerViewFastScrollBar
53 implements BaseRecyclerViewFastScrollBar.FastScrollFocusableView {