Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsFastScrollHelper.java184 updateViewFastScrollFocusState(v, holder.getPosition(), false /* animated */); in onBindView()
210 updateViewFastScrollFocusState(v, pos, true); in updateTrackedViewsFastScrollFocusState()
217 …private void updateViewFastScrollFocusState(BaseRecyclerViewFastScrollBar.FastScrollFocusableView … in updateViewFastScrollFocusState() method in AllAppsFastScrollHelper