Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java3438 View pageIndicators = toView.findViewById(R.id.apps_customize_page_indicator); in showAppsCustomizeHelper() local
3439 pageIndicators.setAlpha(0.01f); in showAppsCustomizeHelper()
3441 ObjectAnimator.ofFloat(pageIndicators, "alpha", 1f); in showAppsCustomizeHelper()
3699 View pageIndicators = fromView.findViewById(R.id.apps_customize_page_indicator); in hideAppsCustomizeHelper() local
3700 pageIndicators.setAlpha(1f); in hideAppsCustomizeHelper()
3702 LauncherAnimUtils.ofFloat(pageIndicators, "alpha", 0f); in hideAppsCustomizeHelper()