Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSearchTransitionController.java105 View appsContainer = mAllAppsContainerView.getAppsRecyclerViewContainer(); in onProgressUpdated() local
106 appsContainer.setTranslationY(appsTranslationY); in onProgressUpdated()
108 appsContainer.setAlpha(clampToProgress(searchToAzProgress, 0.8f, 1f)); in onProgressUpdated()