Searched refs:appsView (Results 1 – 5 of 5) sorted by relevance
54 AllAppsContainerView appsView = launcher.getAppsView(); in getDescription() local55 return appsView.getDescription(); in getDescription()
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
204 public void setupViews(ScrimView scrimView, AllAppsContainerView appsView) { in setupViews() argument206 mAppsView = appsView; in setupViews()
484 final View appsView = mLauncher.getAppsView(); in getLauncherContentAnimator() local485 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 …]