Searched refs:createBoxBitmap (Results 1 – 2 of 2) sorted by relevance
60 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() function in ListViewAnimation79 static sk_sp<Bitmap> filledBox(createBoxBitmap(true)); in createListItem()80 static sk_sp<Bitmap> strokedBox(createBoxBitmap(false)); in createListItem()
105 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() function in StretchyListViewAnimation124 static sk_sp<Bitmap> filledBox(createBoxBitmap(true)); in createListItem()125 static sk_sp<Bitmap> strokedBox(createBoxBitmap(false)); in createListItem()