Searched refs:mShape (Results 1 – 1 of 1) sorted by relevance
418 private final LayerDrawable mShape; field in ThemeComponentOption.ShapeOption438 mShape = new LayerDrawable(new Drawable[]{background, foreground}); in ShapeOption()439 mShape.setLayerGravity(0, Gravity.CENTER); in ShapeOption()440 mShape.setLayerGravity(1, Gravity.CENTER); in ShapeOption()450 Drawable background = mShape.getDrawable(0); in bindThumbnailTile()453 ShapeDrawable foreground = (ShapeDrawable) mShape.getDrawable(1); in bindThumbnailTile()465 thumb.setImageDrawable(mShape); in bindThumbnailTile()