Searched refs:CORNER_RADIUS (Results 1 – 2 of 2) sorted by relevance
35 private static final int CORNER_RADIUS = 8; field in ActionMenuButton85 canvas.drawRoundRect(rect, CORNER_RADIUS, CORNER_RADIUS, mPaint); in draw()
37 static final float CORNER_RADIUS = 4.0f; field in BubbleTextView