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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java54 @Thunk BaseRecyclerViewFastScrollBar.FastScrollFocusableView mLastFastScrollFocusedView;
251 vh.itemView instanceof BaseRecyclerViewFastScrollBar.FastScrollFocusableView) {
253 (BaseRecyclerViewFastScrollBar.FastScrollFocusableView) vh.itemView;
372 vh.itemView instanceof BaseRecyclerViewFastScrollBar.FastScrollFocusableView &&
375 (BaseRecyclerViewFastScrollBar.FastScrollFocusableView) vh.itemView;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseRecyclerViewFastScrollBar.java39 public interface FastScrollFocusableView { interface in class:BaseRecyclerViewFastScrollBar
H A DBubbleTextView.java53 implements BaseRecyclerViewFastScrollBar.FastScrollFocusableView {

Completed in 96 milliseconds