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