Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java21919 final int cornerSquareSize = dipsToPixels(DEBUG_CORNERS_SIZE_DIP); in debugDrawFocus() local
21930 canvas.drawRect(l, t, l + cornerSquareSize, t + cornerSquareSize, paint); in debugDrawFocus()
21931 canvas.drawRect(r - cornerSquareSize, t, r, t + cornerSquareSize, paint); in debugDrawFocus()
21932 canvas.drawRect(l, b - cornerSquareSize, l + cornerSquareSize, b, paint); in debugDrawFocus()
21933 canvas.drawRect(r - cornerSquareSize, b - cornerSquareSize, r, b, paint); in debugDrawFocus()