Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java106 if (launcher.getAppsView() == null) { in removeWorkProfile()
109 launcher.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in removeWorkProfile()
127 if (launcher.getAppsView().getContentView() instanceof AllAppsPagedView) { in waitForWorkTabSetup()
128 launcher.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in waitForWorkTabSetup()
141 launcher -> launcher.getAppsView().isPersonalTabVisible(), in workTabExists()
144 launcher -> launcher.getAppsView().isWorkTabVisible(), in workTabExists()
156 AllAppsPagedView pagedView = (AllAppsPagedView) launcher.getAppsView().getContentView(); in toggleWorks()
160 WorkProfileManager manager = getFromLauncher(l -> l.getAppsView().getWorkManager()); in toggleWorks()
172 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in toggleWorks()
173 l.getAppsView().getWorkManager().getWorkModeSwitch().performClick(); in toggleWorks()
[all …]
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplKeyboardFocusTest.java52 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsFocusApp()
65 executeOnLauncher(launcher -> launcher.getAppsView().getSearchView().requestFocus()); in testAllAppsExitSearchAndFocusApp()
67 launcher -> launcher.getAppsView().getSearchView().hasFocus()); in testAllAppsExitSearchAndFocusApp()
71 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild())); in testAllAppsExitSearchAndFocusApp()
84 executeOnLauncher(launcher -> launcher.getAppsView().getSearchView().requestFocus()); in testAllAppsExitSearchAndFocusSearchResults()
86 launcher -> launcher.getAppsView().getSearchView().hasFocus()); in testAllAppsExitSearchAndFocusSearchResults()
90 launcher -> launcher.getAppsView().getActiveRecyclerView() in testAllAppsExitSearchAndFocusSearchResults()
94 executeOnLauncher(launcher -> launcher.getAppsView().getSearchUiManager().getEditText() in testAllAppsExitSearchAndFocusSearchResults()
102 launcher.getAppsView().getActiveRecyclerView().getApps().getFocusedChild() in testAllAppsExitSearchAndFocusSearchResults()
/packages/apps/Launcher3/tests/src/com/android/launcher3/
DLauncherIntentTest.java62 executeOnLauncher(launcher -> launcher.getAppsView().getSearchView().requestFocus()); in moveToSearchView()
65 launcher -> launcher.getAppsView().getSearchView().hasFocus()); in moveToSearchView()
69 launcher -> launcher.getAppsView().getActiveRecyclerView() in moveToSearchView()
82 launcher -> !(launcher.getAppsView().getActiveRecyclerView() in assertOnMainAdapterAToZView()
86 launcher -> launcher.getAppsView().getCurrentPage() in assertOnMainAdapterAToZView()
90 launcher -> !launcher.getAppsView().getSearchView().hasFocus()); in assertOnMainAdapterAToZView()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplPrivateSpaceTest.java104 executeOnLauncher(launcher -> launcher.getAppsView().resetAndScrollToPrivateSpaceHeader()); in testPrivateSpaceContainerIsPresent()
129 executeOnLauncher(launcher -> launcher.getAppsView().resetAndScrollToPrivateSpaceHeader()); in testUserInstalledAppIsShownAboveDivider()
154 executeOnLauncher(launcher -> launcher.getAppsView().resetAndScrollToPrivateSpaceHeader()); in testPrivateSpaceAppLongPressUninstallMenu()
172 executeOnLauncher(launcher -> launcher.getAppsView().resetAndScrollToPrivateSpaceHeader()); in testPrivateSpaceLockingBehaviour()
178 executeOnLauncher(launcher -> launcher.getAppsView().resetAndScrollToPrivateSpaceHeader()); in testPrivateSpaceLockingBehaviour()
192 executeOnLauncher(launcher -> launcher.getAppsView().resetAndScrollToPrivateSpaceHeader()); in testPrivateSpaceLockingBehaviour()
213 PrivateProfileManager manager = getFromLauncher(l -> l.getAppsView() in togglePrivateSpace()
246 launcher -> launcher.getAppsView().hasPrivateProfile(), in waitForPrivateSpaceSetup()
252 launcher -> !launcher.getAppsView().hasPrivateProfile(), in waitForPrivateSpaceRemoval()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java244 && mLauncher.getAppsView().getNavBarScrimHeight() > 0; in setProgress()
296 SCALE_PROPERTY.set(mLauncher.getAppsView(), scaleProgress); in onScaleProgressChanged()
297 if (!mLauncher.getAppsView().isSearching() || !mLauncher.getDeviceProfile().isTablet) { in onScaleProgressChanged()
301 AllAppsRecyclerView rv = mLauncher.getAppsView().getActiveRecyclerView(); in onScaleProgressChanged()
310 modifyAttributesOnViewTree(rv, mLauncher.getAppsView(), in onScaleProgressChanged()
313 restoreAttributesOnViewTree(rv, mLauncher.getAppsView(), in onScaleProgressChanged()
396 mLauncher.getAppsView().performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
418 setter.setFloat(mLauncher.getAppsView(), in setAlphas()
DFloatingMaskView.java58 mActivityContext.getAppsView().getActiveRecyclerView(); in onLayout()
DWorkPausedCard.java83 mActivityContext.getAppsView().getWorkManager().setWorkProfileEnabled(true); in onClick()
DWorkEduCard.java103 AllAppsRecyclerView rv = mActivityContext.getAppsView().mAH.get( in removeCard()
DWorkModeSwitch.java95 if (mActivityContext.getAppsView().isSearchBarFloating()) { in setInsets()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java151 l.getAppsView().getAppsStore().enableDeferUpdates(DEFER_UPDATES_TEST); in call()
156 l.getAppsView().getAppsStore().disableDeferUpdates(DEFER_UPDATES_TEST); in call()
162 l -> l.getAppsView().getActiveRecyclerView().computeVerticalScrollOffset()); in call()
322 l -> l.getAppsView().getActiveRecyclerView().getClipBounds().top); in call()
327 l -> l.getAppsView().getBottom() in call()
328 - l.getAppsView().getActiveRecyclerView().getBottom() in call()
329 + l.getAppsView().getActiveRecyclerView().getPaddingBottom()); in call()
345 l -> l.getAppsView().getAppsStore().getDeferUpdatesFlags()); in call()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayPredictionsImpl.java43 mActivityContext.getAppsView().getFloatingHeaderView() in updateAppDivider()
51 mActivityContext.getAppsView().getFloatingHeaderView() in setPredictedApps()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java111 if (mActivityContext.getAppsView() != null) { in updateVisibility()
113 mActivityContext.getAppsView().getAppsStore().registerIconContainer(this); in updateVisibility()
115 mActivityContext.getAppsView().getAppsStore().unregisterIconContainer(this); in updateVisibility()
214 LayoutInflater inflater = mActivityContext.getAppsView().getLayoutInflater(); in applyPredictionApps()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java63 InteractionJankMonitorWrapper.begin(launcher.getAppsView(), in onBackStarted()
76 launcher.getAppsView(), Cuj.CUJ_LAUNCHER_CLOSE_ALL_APPS_BACK); in onBackInvoked()
101 return launcher.getAppsView().getDescription(); in getDescription()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java165 && !isEventOverView(mActivity.getAppsView(), ev)) { in onControllerInterceptTouchEvent()
232 mActivity.beginDragShared(v, mActivity.getAppsView(), options)); in onIconLongClicked()
242 mActivity.beginDragShared(v, mActivity.getAppsView(), options); in onIconLongClicked()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java221 mLauncher.getAppsView().onPull(-progress , -progress); in onDrag()
233 mLauncher.getAppsView().onPull(progress - 1f, progress - 1f); in onDrag()
367 mLauncher.getAppsView().onRelease(); in onDragEnd()
370 mLauncher.getAppsView().addSpringFromFlingUpdateListener(anim, velocity, progress); in onDragEnd()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplThemeIconsTest.java68 executeOnLauncher(l -> verifyIconTheme(APP_NAME, l.getAppsView(), false)); in testIconWithoutTheme()
105 executeOnLauncher(l -> verifyIconTheme(APP_NAME, l.getAppsView(), false)); in testIconWithTheme()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DTestSandboxModelContextWrapper.java86 public ActivityAllAppsContainerView<ActivityContextWrapper> getAppsView() { in getAppsView() method in TestSandboxModelContextWrapper
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayContext.java114 public TaskbarAllAppsContainerView getAppsView() { in getAppsView() method in TaskbarOverlayContext
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java217 context.getAppsView().getPrivateProfileManager();
228 if (context.getAppsView().getAppsStore().getApp(
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsViewController.java63 mAppsView = mSlideInView.getAppsView(); in TaskbarAllAppsViewController()
DTaskbarAllAppsController.java186 mAppsView = mOverlayContext.getAppsView(); in show()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAllAppsSearchBarController.java129 return mLauncher.getAppsView().getMainAdapterProvider().launchHighlightedItem(); in onEditorAction()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DKeyboardShortcutsDelegate.java121 } else if (mLauncher.getAppsView().isInAllApps()) { in onKeyDown()
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java118 mPrivateProfileManager = mTestContext.getAppsView().getPrivateProfileManager(); in setUp()
266 assertNull(mTestContext.getAppsView().getAppsStore().getApp( in testPrivateProfileInstallNonNullPrivateProfileUser()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DQuickstepOnboardingPrefs.java147 launcher.getAppsView().getFloatingHeaderView() in setup()

12