Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java1426 final float headerBottomOffset = (getVisibleContainerView().getHeight() * (1 - scale) / 2); in drawOnScrimWithScaleAndBottomOffset() local
1427 final float headerBottomWithScaleOnPhone = headerBottomNoScale * scale + headerBottomOffset; in drawOnScrimWithScaleAndBottomOffset()