Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java1407 final float horizontalScaleOffset = (1 - scale) * panel.getWidth() / 2; in drawOnScrimWithScaleAndBottomOffset() local
1412 final float leftWithScale = panel.getLeft() + horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()
1413 final float rightWithScale = panel.getRight() - horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()
1485 left = mBottomSheetBackground.getLeft() + horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()
1486 right = mBottomSheetBackground.getRight() - horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()