Searched refs:createBoxBitmap (Results 1 – 1 of 1) 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()