Searched refs:getAppsView (Results 1 – 17 of 17) sorted by relevance
87 mLauncher.getAppsView().getAppsStore().enableDeferUpdates( in call()93 mLauncher.getAppsView().getAppsStore().disableDeferUpdates( in call()100 mLauncher.getAppsView().getAppsStore().getDeferUpdatesFlags()).get(); in call()
128 launcher -> launcher.getAppsView().getFloatingHeaderView() in testPredictionsDisabled()135 PredictionRowView container = launcher.getAppsView().getFloatingHeaderView() in getPredictedApp()
148 FloatingHeaderView floatingHeaderView = launcher.getAppsView().getFloatingHeaderView(); in showAllAppsTipIfNecessary()159 AllAppsTipView allAppsTipView = new AllAppsTipView(launcher.getAppsView().getContext(), in showAllAppsTipIfNecessary()
146 mPredictionUiStateManager.setTargetAppsView(mLauncher.getAppsView()); in onAttachedToWindow()152 return mLauncher.getAppsView().getAppsStore(); in getAppsStore()
100 mLauncher.getAppsView().getAppsStore().addUpdateListener(this); in onAttachedToWindow()106 mLauncher.getAppsView().getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
48 return mLauncher.getAppsView().shouldContainerScroll(ev); in canInterceptTouch()
54 return mLauncher.getAppsView().shouldContainerScroll(ev); in canInterceptTouch()
54 AllAppsContainerView appsView = launcher.getAppsView(); in getDescription()
43 if (mLauncher.isInState(ALL_APPS) && !mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()
212 activity.getAppsView().reset(false /* animate */);215 activity.getAppsView().getContentView().setVisibility(View.GONE);
101 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), options); in onAllAppsItemLongClick()
449 mLauncher.getAppsView().addSpringFromFlingUpdateListener(anim, velocity); in onDragEnd()
132 (launcher.getAppsView().getFloatingHeaderView().hasVisibleContent()
111 if (!mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()
388 return launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in getAllAppsScroll()
350 final View appsView = mLauncher.getAppsView(); in getLauncherContentAnimator()
1312 public AllAppsContainerView getAppsView() { in getAppsView() method in Launcher