Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/scenes/
DListViewAnimation.cpp82 SkPaint roundRectPaint; in createListItem() local
83 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()