Searched refs:roundRectPaint (Results 1 – 1 of 1) sorted by relevance
82 SkPaint roundRectPaint; in createListItem() local83 roundRectPaint.setAntiAlias(true); in createListItem()84 roundRectPaint.setColor(Color::White); in createListItem()85 canvas.drawRoundRect(0, 0, itemWidth, itemHeight, dp(6), dp(6), roundRectPaint); in createListItem()