Home
last modified time | relevance | path

Searched defs:background (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java155 private void requestLightBars(final int background) throws Throwable { in requestLightBars()
190 private Stats evaluateLightBarBitmap(Bitmap bitmap, int background) { in evaluateLightBarBitmap()
253 private int mixSrcOver(int background, int foreground) { in mixSrcOver()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java69 Thread background = new Thread(new Runnable() { in testCookieManagerBlockingUiThread() local
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java195 BackgroundColorSpan[] background = s.getSpans(0, s.length(), BackgroundColorSpan.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/media/src/android/media/cts/
DMediaRecorderTest.java1350 int background = (i * 255 / 99); in recordFromSurface() local
1364 int background = (i * 255 / 99); in recordFromSurface() local
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java899 private int getContentWidth(ListAdapter listAdapter, Drawable background) { in getContentWidth()
DListViewTest.java1022 Drawable background = mBackgrounds.valueAt(i); in resetMockBackgrounds() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyUnprocessedActivity.java552 double[] background = new double[points]; in computeResults() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3277 Drawable background = view.getBackground(); in testPadding() local