Home
last modified time | relevance | path

Searched defs:foreground (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DFrameLayoutTest.java102 final BitmapDrawable foreground in testSetForegroundGravity() local
145 final Drawable foreground = mActivity.getResources().getDrawable(R.drawable.size_48x48); in testGatherTransparentRegion() local
286 final Drawable foreground = spy(new ColorDrawable()); in testForegroundTint() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DSystemPalette.java145 final int foreground = palette[shadeToArrayIndex(shades.second)]; in testContrastRatio() local
155 final int foreground = palette[shadeToArrayIndex(shades.second)]; in testContrastRatio() local
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySaverBgServiceTest.java152 private String tryStartTestServiceAndReturnAction(String targetPackage, boolean foreground) in tryStartTestServiceAndReturnAction()
DBatterySaverAlarmTest.java150 private String startService(String targetPackage, boolean foreground) in startService()
/cts/tests/tests/batterysaving/common/proto/
Dbattery_saver_cts_common.proto32 optional bool foreground = 1; field
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java250 ForegroundColorSpan[] foreground = s.getSpans(0, s.length(), ForegroundColorSpan.class); in testStylesFromHtml() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java316 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java424 private int mixSrcOver(int background, int foreground) { in mixSrcOver()