Searched refs:appsView (Results 1 – 5 of 5) sorted by relevance
466 final View appsView = mLauncher.getAppsView(); in getLauncherContentAnimator() local467 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 …]
133 public void initializeSearch(AllAppsContainerView appsView) { in initializeSearch() argument134 mApps = appsView.getApps(); in initializeSearch()135 mAppsView = appsView; in initializeSearch()
35 public SearchAdapterProvider(BaseDraggingActivity launcher, AllAppsContainerView appsView) { in SearchAdapterProvider() argument
54 AllAppsContainerView appsView = launcher.getAppsView(); in getDescription() local55 return appsView.getDescription(); in getDescription()
200 public void setupViews(ScrimView scrimView, AllAppsContainerView appsView) { in setupViews() argument202 mAppsView = appsView; in setupViews()