Home
last modified time | relevance | path

Searched refs:appsView (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
H A DAllAppsState.java54 AllAppsContainerView appsView = launcher.getAppsView(); in getDescription() local
55 return appsView.getDescription(); in getDescription()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
H A DAppsSearchContainerLayout.java133 public void initializeSearch(AllAppsContainerView appsView) { in initializeSearch() argument
134 mApps = appsView.getApps(); in initializeSearch()
135 mAppsView = appsView; in initializeSearch()
H A DSearchAdapterProvider.java35 public SearchAdapterProvider(BaseDraggingActivity launcher, AllAppsContainerView appsView) { in SearchAdapterProvider() argument
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java204 public void setupViews(ScrimView scrimView, AllAppsContainerView appsView) { in setupViews() argument
206 mAppsView = appsView; in setupViews()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java484 final View appsView = mLauncher.getAppsView(); in getLauncherContentAnimator() local
485 final float startAlpha = appsView.getAlpha(); in getLauncherContentAnimator()
486 final float startScale = SCALE_PROPERTY.get(appsView); in getLauncherContentAnimator()
487 appsView.setAlpha(alphas[0]); in getLauncherContentAnimator()
489 ObjectAnimator alpha = ObjectAnimator.ofFloat(appsView, View.ALPHA, alphas); in getLauncherContentAnimator()
492 appsView.setLayerType(View.LAYER_TYPE_HARDWARE, null); in getLauncherContentAnimator()
496 appsView.setLayerType(View.LAYER_TYPE_NONE, null); in getLauncherContentAnimator()
501 SCALE_PROPERTY.set(appsView, scales[0]); in getLauncherContentAnimator()
511 appsView.setAlpha(startAlpha); in getLauncherContentAnimator()
512 SCALE_PROPERTY.set(appsView, startScale); in getLauncherContentAnimator()
[all …]