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