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