Searched refs:roundRectPaint (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | ListViewAnimation.cpp | 91 Paint roundRectPaint; in createListItem() local 92 roundRectPaint.setAntiAlias(true); in createListItem() 93 roundRectPaint.setColor(Color::White); in createListItem() 94 canvas.drawRoundRect(0, 0, itemWidth, itemHeight, dp(6), dp(6), roundRectPaint); in createListItem()
|
D | StretchyListViewAnimation.cpp | 137 Paint roundRectPaint; in createListItem() local 138 roundRectPaint.setAntiAlias(true); in createListItem() 139 roundRectPaint.setColor(Color::White); in createListItem() 144 canvas.drawRoundRect(0, 0, itemWidth, itemHeight, dp(6), dp(6), roundRectPaint); in createListItem()
|