Searched refs:getRecyclerView (Results 1 – 4 of 4) sorted by relevance
92 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
73 getRecyclerView().setVisibility(VISIBLE); in animateToState()77 protected SearchRecyclerView getRecyclerView() { in getRecyclerView() method in SearchTransitionController
314 public WidgetsRecyclerView getRecyclerView() { in getRecyclerView() method in WidgetsFullSheet326 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()
426 public RecyclerView getRecyclerView() {