Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java466 final View appsView = mLauncher.getAppsView(); in getLauncherContentAnimator() local
467 final float startAlpha = appsView.getAlpha(); in getLauncherContentAnimator()
468 final float startScale = SCALE_PROPERTY.get(appsView); in getLauncherContentAnimator()
469 appsView.setAlpha(alphas[0]); in getLauncherContentAnimator()
470 SCALE_PROPERTY.set(appsView, scales[0]); in getLauncherContentAnimator()
472 ObjectAnimator alpha = ObjectAnimator.ofFloat(appsView, View.ALPHA, alphas); in getLauncherContentAnimator()
475 appsView.setLayerType(View.LAYER_TYPE_HARDWARE, null); in getLauncherContentAnimator()
479 appsView.setLayerType(View.LAYER_TYPE_NONE, null); in getLauncherContentAnimator()
482 ObjectAnimator scale = ObjectAnimator.ofFloat(appsView, SCALE_PROPERTY, scales); in getLauncherContentAnimator()
490 appsView.setAlpha(startAlpha); in getLauncherContentAnimator()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java133 public void initializeSearch(AllAppsContainerView appsView) { in initializeSearch() argument
134 mApps = appsView.getApps(); in initializeSearch()
135 mAppsView = appsView; in initializeSearch()
DSearchAdapterProvider.java35 public SearchAdapterProvider(BaseDraggingActivity launcher, AllAppsContainerView appsView) { in SearchAdapterProvider() argument
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java54 AllAppsContainerView appsView = launcher.getAppsView(); in getDescription() local
55 return appsView.getDescription(); in getDescription()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java200 public void setupViews(ScrimView scrimView, AllAppsContainerView appsView) { in setupViews() argument
202 mAppsView = appsView; in setupViews()