Searched refs:mForegroundDrawable (Results 1 – 2 of 2) sorted by relevance
227 protected final Drawable mForegroundDrawable; field in SplashscreenIconDrawableFactory.AdaptiveForegroundDrawable232 mForegroundDrawable = foregroundDrawable; in AdaptiveForegroundDrawable()245 if (mForegroundDrawable != null) { in updateLayerBounds()246 mForegroundDrawable.setBounds(outRect); in updateLayerBounds()254 mForegroundDrawable.draw(canvas); in draw()259 mForegroundDrawable.setColorFilter(colorFilter); in setColorFilter()276 mForegroundDrawable.setCallback(mCallback); in AnimatableIconAnimateListener()286 mAnimatableIcon = (Animatable) mForegroundDrawable; in prepareAnimate()
50 private Drawable mForegroundDrawable; field in AdaptiveIconDrawableTest61 mForegroundDrawable = new ColorDrawable(Color.RED); in testDraw_withoutBounds()62 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable); in testDraw_withoutBounds()132 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable); in testGetIconMask_withoutBounds()158 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable); in testGetIconMaskAfterSetBounds()179 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable); in testGetOutline_withBounds()187 mIconDrawable = new AdaptiveIconDrawable(mBackgroundDrawable, mForegroundDrawable); in testSetAlpha()