Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/scenes/
DListViewAnimation.cpp91 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()
DStretchyListViewAnimation.cpp137 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()