Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java198 default void drawOnScrimWithBottomOffset(Canvas canvas, @Px int bottomOffsetPx) { in drawOnScrimWithBottomOffset() argument
199 drawOnScrimWithScaleAndBottomOffset(canvas, 1f, bottomOffsetPx); in drawOnScrimWithBottomOffset()
204 Canvas canvas, float scale, @Px int bottomOffsetPx); in drawOnScrimWithScaleAndBottomOffset() argument
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DActivityAllAppsContainerView.java704 @Px final int bottomOffsetPx = in replaceAppsRVContainer()
711 view.getMeasuredHeight() + bottomOffsetPx); in replaceAppsRVContainer()
1382 Canvas canvas, float scale, @Px int bottomOffsetPx) { in drawOnScrimWithScaleAndBottomOffset() argument
1394 final float bottomWithOffset = panel.getBottom() + bottomOffsetPx; in drawOnScrimWithScaleAndBottomOffset()