Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java20143 final int cornerSquareSize = dipsToPixels(DEBUG_CORNERS_SIZE_DIP); in debugDrawFocus() local
20154 canvas.drawRect(l, t, l + cornerSquareSize, t + cornerSquareSize, paint); in debugDrawFocus()
20155 canvas.drawRect(r - cornerSquareSize, t, r, t + cornerSquareSize, paint); in debugDrawFocus()
20156 canvas.drawRect(l, b - cornerSquareSize, l + cornerSquareSize, b, paint); in debugDrawFocus()
20157 canvas.drawRect(r - cornerSquareSize, b - cornerSquareSize, r, b, paint); in debugDrawFocus()