Searched refs:bottomOffsetPx (Results 1 – 2 of 2) sorted by relevance
198 default void drawOnScrimWithBottomOffset(Canvas canvas, @Px int bottomOffsetPx) { in drawOnScrimWithBottomOffset() argument199 drawOnScrimWithScaleAndBottomOffset(canvas, 1f, bottomOffsetPx); in drawOnScrimWithBottomOffset()204 Canvas canvas, float scale, @Px int bottomOffsetPx); in drawOnScrimWithScaleAndBottomOffset() argument
704 @Px final int bottomOffsetPx = in replaceAppsRVContainer()711 view.getMeasuredHeight() + bottomOffsetPx); in replaceAppsRVContainer()1382 Canvas canvas, float scale, @Px int bottomOffsetPx) { in drawOnScrimWithScaleAndBottomOffset() argument1394 final float bottomWithOffset = panel.getBottom() + bottomOffsetPx; in drawOnScrimWithScaleAndBottomOffset()