Searched refs:getActiveRecyclerView (Results 1 – 13 of 13) sorted by relevance
52 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsFocusApp()71 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsExitSearchAndFocusApp()90 launcher -> launcher.getAppsView().getActiveRecyclerView() in testAllAppsExitSearchAndFocusSearchResults()102 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild() in testAllAppsExitSearchAndFocusSearchResults()
115 when(mAllApps.getActiveRecyclerView()).thenReturn(mAllAppsRecyclerView); in setUp()
113 return controller.mAppsView.getActiveRecyclerView().getTranslationY();122 controller.mAppsView.getActiveRecyclerView().setTranslationY(translation);127 controller.mAppsView.getActiveRecyclerView().setTranslationY(141 return controller.mAppsView.getActiveRecyclerView().getAlpha();150 controller.mAppsView.getActiveRecyclerView().setAlpha(alpha);155 controller.mAppsView.getActiveRecyclerView().setAlpha(301 AllAppsRecyclerView rv = mLauncher.getAppsView().getActiveRecyclerView(); in onScaleProgressChanged()
428 AllAppsRecyclerView allAppsRecyclerView = mAllApps.getActiveRecyclerView(); in collapse()527 RecyclerViewFastScroller scrollBar = mAllApps.getActiveRecyclerView().getScrollbar(); in animateCollapseAnimation()554 AllAppsRecyclerView allAppsRecyclerView = mAllApps.getActiveRecyclerView(); in animateAlphaOfIcons()556 mAllApps.getActiveRecyclerView().getApps().getAdapterItems(); in animateAlphaOfIcons()619 mAllApps.getActiveRecyclerView()); in updatePrivateStateAnimator()638 mAllApps.getActiveRecyclerView()); in updatePrivateStateAnimator()672 AllAppsRecyclerView allAppsRecyclerView = mAllApps.getActiveRecyclerView(); in animateAlphaOfPrivateSpaceContainer()
58 mActivityContext.getAppsView().getActiveRecyclerView(); in onLayout()
236 if (hasFocus && getActiveRecyclerView() != null) { in ActivityAllAppsContainerView()237 getActiveRecyclerView().requestFocus(); in ActivityAllAppsContainerView()440 AllAppsRecyclerView rv = getActiveRecyclerView(); in shouldContainerScroll()1049 AllAppsRecyclerView rv = getActiveRecyclerView(); in onInterceptTouchEvent()1070 AllAppsRecyclerView rv = getActiveRecyclerView(); in onTouchEvent()1092 public AllAppsRecyclerView getActiveRecyclerView() { in getActiveRecyclerView() method in ActivityAllAppsContainerView
69 launcher -> launcher.getAppsView().getActiveRecyclerView() in moveToSearchView()82 launcher -> !(launcher.getAppsView().getActiveRecyclerView() in assertOnMainAdapterAToZView()
223 return mAppsView.getActiveRecyclerView().getClipBounds().top; in getTaskbarAllAppsTopPadding()229 return mAppsView.getActiveRecyclerView().computeVerticalScrollOffset(); in getTaskbarAllAppsScroll()
103 int rowWidth = myRequestedWidth - mAppsView.getActiveRecyclerView().getPaddingLeft() in onMeasure()104 - mAppsView.getActiveRecyclerView().getPaddingRight(); in onMeasure()
162 l -> l.getAppsView().getActiveRecyclerView().computeVerticalScrollOffset()); in call()322 l -> l.getAppsView().getActiveRecyclerView().getClipBounds().top); in call()328 - l.getAppsView().getActiveRecyclerView().getBottom() in call()329 + l.getAppsView().getActiveRecyclerView().getPaddingBottom()); in call()
187 View workPausedCard = allApps.getActiveRecyclerView() in toggleWorks()215 ViewHolder holder = l.getAppsView().getActiveRecyclerView() in waitForWorkCard()
663 return launcher.getAppsView().getActiveRecyclerView().computeVerticalScrollOffset(); in getAllAppsScroll()
2449 AllAppsRecyclerView activeRecyclerView = mAppsView.getActiveRecyclerView();