Searched refs:horizontalScaleOffset (Results 1 – 1 of 1) sorted by relevance
1407 final float horizontalScaleOffset = (1 - scale) * panel.getWidth() / 2; in drawOnScrimWithScaleAndBottomOffset() local1412 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()