Searched refs:mTrackedFastScrollViews (Results 1 – 1 of 1) sorted by relevance
49 private HashSet<BaseRecyclerViewFastScrollBar.FastScrollFocusableView> mTrackedFastScrollViews = field in AllAppsFastScrollHelper174 mTrackedFastScrollViews.clear(); in onFastScrollCompleted()185 mTrackedFastScrollViews.add(v); in onBindView()198 … mTrackedFastScrollViews.add((BaseRecyclerViewFastScrollBar.FastScrollFocusableView) v); in trackAllChildViews()207 for (BaseRecyclerViewFastScrollBar.FastScrollFocusableView v : mTrackedFastScrollViews) { in updateTrackedViewsFastScrollFocusState()