Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java3391 float yDrift = 0; in showAppsCustomizeHelper() local
3394 yDrift = isWidgetTray ? height / 2 : allAppsToPanelDelta[1]; in showAppsCustomizeHelper()
3397 yDrift = 2 * height / 3; in showAppsCustomizeHelper()
3406 PropertyValuesHolder.ofFloat("translationY", yDrift, 0); in showAppsCustomizeHelper()
3423 ObjectAnimator pageDrift = ObjectAnimator.ofFloat(page, "translationY", yDrift, 0); in showAppsCustomizeHelper()
3424 page.setTranslationY(yDrift); in showAppsCustomizeHelper()
3639 float yDrift = 0; in hideAppsCustomizeHelper() local
3641 yDrift = isWidgetTray ? height / 2 : allAppsToPanelDelta[1]; in hideAppsCustomizeHelper()
3644 yDrift = 2 * height / 3; in hideAppsCustomizeHelper()
3657 0, yDrift); in hideAppsCustomizeHelper()
[all …]