Home
last modified time | relevance | path

Searched defs:appsView (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsViewControllerTest.kt107 val appsView = overlayController.requestWindow().appsView in testShow_firstAllAppsVisit_hasAllAppsTextDivider() constant
125 val appsView = overlayController.requestWindow().appsView in testShow_maxAllAppsVisitedCount_hasLineDivider() constant
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAllAppsSearchUiDelegate.java37 public AllAppsSearchUiDelegate(ActivityAllAppsContainerView<?> appsView) { in AllAppsSearchUiDelegate()
DAppsSearchContainerLayout.java131 public void initializeSearch(ActivityAllAppsContainerView<?> appsView) { in initializeSearch()
/packages/apps/Launcher3/src/com/android/launcher3/recyclerview/
DAllAppsRecyclerViewPool.kt62 val appsView = context.appsView ?: return in <lambda>() constant
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java91 ActivityAllAppsContainerView<?> appsView = mContext.getAppsView(); in updateNotificationDots() local
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java420 public void setupViews(ScrimView scrimView, ActivityAllAppsContainerView<Launcher> appsView) { in setupViews()
DAllAppsRecyclerView.java409 ActivityAllAppsContainerView<?> appsView = context.getAppsView(); in logCumulativeVerticalScroll() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java560 final View appsView = mLauncher.getAppsView(); in getLauncherContentAnimator() local