Home
last modified time | relevance | path

Searched refs:drawOnScrimWithBottomOffset (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() method
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsSlideInView.java229 mAppsView.drawOnScrimWithBottomOffset(canvas, getBottomOffsetPx()); in dispatchDraw()