Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/common/scenes/
DListViewAnimation.cpp69 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() function in ListViewAnimation
88 static sk_sp<Bitmap> filledBox(createBoxBitmap(true)); in createListItem()
89 static sk_sp<Bitmap> strokedBox(createBoxBitmap(false)); in createListItem()
DStretchyListViewAnimation.cpp114 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() function in StretchyListViewAnimation
133 static sk_sp<Bitmap> filledBox(createBoxBitmap(true)); in createListItem()
134 static sk_sp<Bitmap> strokedBox(createBoxBitmap(false)); in createListItem()