Searched defs:foreground (Results 1 – 8 of 8) sorted by relevance
102 final BitmapDrawable foreground in testSetForegroundGravity() local145 final Drawable foreground = mActivity.getResources().getDrawable(R.drawable.size_48x48); in testGatherTransparentRegion() local286 final Drawable foreground = spy(new ColorDrawable()); in testForegroundTint() local
152 private String tryStartTestServiceAndReturnAction(String targetPackage, boolean foreground) in tryStartTestServiceAndReturnAction()
155 private String startService(String targetPackage, boolean foreground) in startService()
32 optional bool foreground = 1; field
139 val foreground = palette[shadeToArrayIndex(shades.second)] in <lambda>() constant584 val foreground = mContext.getColor(fgRes) in <lambda>() constant610 val foreground = context.getColor(fgRes) in <lambda>() constant
250 ForegroundColorSpan[] foreground = s.getSpans(0, s.length(), ForegroundColorSpan.class); in testStylesFromHtml() local
316 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors()
474 private int mixSrcOver(int background, int foreground) { in mixSrcOver()