Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java121 searchRecyclerView.bindFastScrollbar(mFastScroller);
153 protected RecyclerViewFastScroller mFastScroller; field in WidgetsFullSheet
223 mFastScroller = findViewById(R.id.fast_scroller); in setupViews()
224 mFastScroller.setPopupView(findViewById(R.id.fast_scroller_popup)); in setupViews()
274 recyclerView.bindFastScrollbar(mFastScroller); in attachScrollbarToRecyclerView()
1037 mWidgetsRecyclerView.bindFastScrollbar(mFastScroller); in setup()
DWidgetsTwoPaneSheet.java138 mFastScroller.setVisibility(GONE); in setupSheet()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java168 protected RecyclerViewFastScroller mFastScroller; field in ActivityAllAppsContainerView
281 mFastScroller = findViewById(R.id.fast_scroller); in initContent()
282 mFastScroller.setPopupView(findViewById(R.id.fast_scroller_popup)); in initContent()
402 mFastScroller.setVisibility(goingToSearch ? INVISIBLE : VISIBLE); in animateToSearchState()
564 mAH.get(currentActivePage).mRecyclerView.bindFastScrollbar(mFastScroller); in onActivePageChanged()
646 (LayoutParams) mFastScroller.getLayoutParams(); in rebindAdapters()
1554 mRecyclerView.bindFastScrollbar(mFastScroller); in setup()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java146 private ConversationFastScroller mFastScroller; field in ConversationFragment
609 mFastScroller = ConversationFastScroller.addTo(mRecyclerView, in onCreateView()