Searched refs:drawContainerBackground (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | CropView.java | 153 drawContainerBackground(canvas, 0, 0, 1, topBorder); in onDraw() 154 drawContainerBackground(canvas, 0, bottomBorder, 1, 1); in onDraw() 421 private void drawContainerBackground(Canvas canvas, float left, float top, float right, in drawContainerBackground() method in CropView
|