Home
last modified time | relevance | path

Searched refs:getAppsView (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java87 mLauncher.getAppsView().getAppsStore().enableDeferUpdates( in call()
93 mLauncher.getAppsView().getAppsStore().disableDeferUpdates( in call()
100 mLauncher.getAppsView().getAppsStore().getDeferUpdatesFlags()).get(); in call()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAppPredictionsUITests.java128 launcher -> launcher.getAppsView().getFloatingHeaderView() in testPredictionsDisabled()
135 PredictionRowView container = launcher.getAppsView().getFloatingHeaderView() in getPredictedApp()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DAllAppsTipView.java148 FloatingHeaderView floatingHeaderView = launcher.getAppsView().getFloatingHeaderView(); in showAllAppsTipIfNecessary()
159 AllAppsTipView allAppsTipView = new AllAppsTipView(launcher.getAppsView().getContext(), in showAllAppsTipIfNecessary()
DPredictionRowView.java146 mPredictionUiStateManager.setTargetAppsView(mLauncher.getAppsView()); in onAttachedToWindow()
152 return mLauncher.getAppsView().getAppsStore(); in getAppsStore()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java100 mLauncher.getAppsView().getAppsStore().addUpdateListener(this); in onAttachedToWindow()
106 mLauncher.getAppsView().getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeStatesTouchController.java48 return mLauncher.getAppsView().shouldContainerScroll(ev); in canInterceptTouch()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DOverviewToAllAppsTouchController.java54 return mLauncher.getAppsView().shouldContainerScroll(ev); in canInterceptTouch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java54 AllAppsContainerView appsView = launcher.getAppsView(); in getDescription()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java43 if (mLauncher.isInState(ALL_APPS) && !mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityControllerHelper.java212 activity.getAppsView().reset(false /* animate */);
215 activity.getAppsView().getContentView().setVisibility(View.GONE);
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemLongClickListener.java101 launcher.getWorkspace().beginDragShared(v, launcher.getAppsView(), options); in onAllAppsItemLongClick()
DAbstractStateChangeTouchController.java449 mLauncher.getAppsView().addSpringFromFlingUpdateListener(anim, velocity); in onDragEnd()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DOverviewState.java132 (launcher.getAppsView().getFloatingHeaderView().hasVisibleContent()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java111 if (!mLauncher.getAppsView().shouldContainerScroll(ev)) { in canInterceptTouch()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java388 return launcher.getAppsView().getActiveRecyclerView().getCurrentScrollY(); in getAllAppsScroll()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java350 final View appsView = mLauncher.getAppsView(); in getLauncherContentAnimator()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1312 public AllAppsContainerView getAppsView() { in getAppsView() method in Launcher