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.java1387 final float horizontalScaleOffset = (1 - scale) * panel.getWidth() / 2; in drawOnScrimWithScaleAndBottomOffset() local
1392 final float leftWithScale = panel.getLeft() + horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()
1393 final float rightWithScale = panel.getRight() - horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()
1457 left = mBottomSheetBackground.getLeft() + horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()
1458 right = mBottomSheetBackground.getRight() - horizontalScaleOffset; in drawOnScrimWithScaleAndBottomOffset()