Searched refs:cornerSquareSize (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | View.java | 22643 final int cornerSquareSize = dipsToPixels(DEBUG_CORNERS_SIZE_DIP); in debugDrawFocus() local 22654 canvas.drawRect(l, t, l + cornerSquareSize, t + cornerSquareSize, paint); in debugDrawFocus() 22655 canvas.drawRect(r - cornerSquareSize, t, r, t + cornerSquareSize, paint); in debugDrawFocus() 22656 canvas.drawRect(l, b - cornerSquareSize, l + cornerSquareSize, b, paint); in debugDrawFocus() 22657 canvas.drawRect(r - cornerSquareSize, b - cornerSquareSize, r, b, paint); in debugDrawFocus()
|