Searched refs:createBoxBitmap (Results 1 – 2 of 2) sorted by relevance
69 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() function in ListViewAnimation88 static sk_sp<Bitmap> filledBox(createBoxBitmap(true)); in createListItem()89 static sk_sp<Bitmap> strokedBox(createBoxBitmap(false)); in createListItem()
114 static sk_sp<Bitmap> createBoxBitmap(bool filled) { in createBoxBitmap() function in StretchyListViewAnimation133 static sk_sp<Bitmap> filledBox(createBoxBitmap(true)); in createListItem()134 static sk_sp<Bitmap> strokedBox(createBoxBitmap(false)); in createListItem()