Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/tests/common/scenes/
H A DListViewAnimation.cpp60 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() function in ListViewAnimation
79 static sk_sp<Bitmap> filledBox(createBoxBitmap(true)); in createListItem()
80 static sk_sp<Bitmap> strokedBox(createBoxBitmap(false)); in createListItem()
H A DStretchyListViewAnimation.cpp105 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() function in StretchyListViewAnimation
124 static sk_sp<Bitmap> filledBox(createBoxBitmap(true)); in createListItem()
125 static sk_sp<Bitmap> strokedBox(createBoxBitmap(false)); in createListItem()