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/
DQuickstepAppTransitionManagerImpl.java358 final View appsView = mLauncher.getAppsView(); in getLauncherContentAnimator() local
359 final float startAlpha = appsView.getAlpha(); in getLauncherContentAnimator()
360 final float startY = appsView.getTranslationY(); in getLauncherContentAnimator()
361 appsView.setAlpha(alphas[0]); in getLauncherContentAnimator()
362 appsView.setTranslationY(trans[0]); in getLauncherContentAnimator()
364 ObjectAnimator alpha = ObjectAnimator.ofFloat(appsView, View.ALPHA, alphas); in getLauncherContentAnimator()
367 appsView.setLayerType(View.LAYER_TYPE_HARDWARE, null); in getLauncherContentAnimator()
371 appsView.setLayerType(View.LAYER_TYPE_NONE, null); in getLauncherContentAnimator()
374 ObjectAnimator transY = ObjectAnimator.ofFloat(appsView, View.TRANSLATION_Y, trans); in getLauncherContentAnimator()
382 appsView.setAlpha(startAlpha); in getLauncherContentAnimator()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java134 public void initialize(AllAppsContainerView appsView) { in initialize() argument
135 mApps = appsView.getApps(); in initialize()
136 mAppsView = appsView; in initialize()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java55 AllAppsContainerView appsView = launcher.getAppsView(); in getDescription() local
56 return appsView.getDescription(); in getDescription()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java228 public void setupViews(AllAppsContainerView appsView, ScrimView scrimView) { in setupViews() argument
229 mAppsView = appsView; in setupViews()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java145 public void setTargetAppsView(AllAppsContainerView appsView) { in setTargetAppsView() argument
149 mAppsView = appsView; in setTargetAppsView()