Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DRecyclerViewAnimationController.java92 AllAppsRecyclerView allAppsRecyclerView = getRecyclerView(); in onProgressUpdated()
196 getRecyclerView().setChildAttachedConsumer(this::onChildAttached); in animateToState()
212 int adapterPosition = getRecyclerView().getChildAdapterPosition(child); in onChildAttached()
214 getRecyclerView().getApps().getAdapterItems(); in onChildAttached()
251 protected AllAppsRecyclerView getRecyclerView() { in getRecyclerView() method in RecyclerViewAnimationController
DSearchTransitionController.java73 getRecyclerView().setVisibility(VISIBLE); in animateToState()
77 protected SearchRecyclerView getRecyclerView() { in getRecyclerView() method in SearchTransitionController
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java314 public WidgetsRecyclerView getRecyclerView() { in getRecyclerView() method in WidgetsFullSheet
326 return Pair.create(getRecyclerView(), getContext().getString( in getAccessibilityTarget()
662 WidgetsRecyclerView recyclerView = getRecyclerView(); in shouldScroll()
734 mCurrentTouchEventRecyclerView = isTouchOnScrollbar(ev) ? getRecyclerView() : null; in maybeHandleTouchEvent()
756 WidgetsRecyclerView rv = getRecyclerView(); in isTouchOnScrollbar()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListFragment.java426 public RecyclerView getRecyclerView() {