Searched defs:shadow (Results 1 – 8 of 8) sorted by relevance
58 Bitmap shadow = getShadowBitmap((AdaptiveIconDrawable) drawable); in wrapIconDrawableWithShadow() local65 Bitmap shadow = mShadowCache.get(shadowSize); in getShadowBitmap() local77 Bitmap shadow = Bitmap.createBitmap(bitmapSize, bitmapSize, Bitmap.Config.ARGB_8888); in getShadowBitmap() local132 public ShadowDrawable(Bitmap shadow, Drawable dr) { in ShadowDrawable()170 MyConstantState(Bitmap shadow, ConstantState childState) { in MyConstantState()
27 final ShadowDrawable shadow = Shadows.shadowOf(drawable); in assertDrawableResId() local
... ninepatch public static final int radial_gradient public static final int shadow public static final int vector_drawable_with_tint public static final int vector_drawable_without_tint ...
98 BufferedImage shadow = null; in drawShadow() local
100 public void setShadow(boolean shadow) { in setShadow()
70 public ListRowPresenterBuilder configShadow(boolean shadow) { in configShadow()
340 final Bitmap shadow = bitmap.extractAlpha(paint, offset); in regenerateBitmapShadowCache() local
603 Bitmap shadow = icon.extractAlpha(mBlurPaint, offset); in recreateIcon() local