/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | LightBarTests.java | 361 private void requestLightBars(final int background) { in requestLightBars() 396 private Stats evaluateLightBarBitmap(Bitmap bitmap, int background, int shiftY) { in evaluateLightBarBitmap() 400 private Stats evaluateDarkBarBitmap(Bitmap bitmap, int background, int shiftY) { in evaluateDarkBarBitmap() 404 private Stats evaluateBarBitmap(Bitmap bitmap, int background, int shiftY, int iconColor, in evaluateBarBitmap() 468 private int mixSrcOver(int background, int foreground) { in mixSrcOver()
|
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/ |
D | WebViewDeviceSideStartupTest.java | 75 Thread background = new Thread(new Runnable() { in testCookieManagerBlockingUiThread() local
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | TestThemeHelper.java | 153 final Drawable background = layout.getBackground(); in assertLayoutBGColor() local 169 final Drawable background = view.getBackground(); in assertTextViewBGColor() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | SystemPaletteTest.java | 191 final int background = palette[shadeToArrayIndex(shades.first)]; in testContrastRatio() local 201 final int background = palette[shadeToArrayIndex(shades.first)]; in testContrastRatio() local
|
/cts/tests/app/src/android/app/cts/ |
D | WearableExtenderTest.java | 46 final Bitmap background = Bitmap.createBitmap(10, 10, Config.ARGB_8888); in testWearableExtender() local 198 final Bitmap background = Bitmap.createBitmap(10, 10, Config.ARGB_8888); in testWriteToParcel() local
|
D | NotificationTemplateTest.kt | 808 val background = background ?: return false in <lambda>() constant
|
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/ |
D | SplitAppTest.java | 440 final Drawable background = layout.getBackground(); in assertBaseLayoutBGColor() local 450 final Drawable background = view.getBackground(); in assertTextViewBGColor() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | HtmlTest.java | 254 BackgroundColorSpan[] background = s.getSpans(0, s.length(), BackgroundColorSpan.class); in testStylesFromHtml() local
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | TestUtils.java | 316 public static int compositeColors(@ColorInt int foreground, @ColorInt int background) { in compositeColors()
|
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/ |
D | MediaRecorderTest.java | 1484 int background = (i * 255 / 99); in recordFromSurface() local 1498 int background = (i * 255 / 99); in recordFromSurface() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ListPopupWindowTest.java | 1052 private int getContentWidth(ListAdapter listAdapter, Drawable background) { in getContentWidth()
|
D | ListViewTest.java | 1043 Drawable background = mBackgrounds.valueAt(i); in resetMockBackgrounds() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioFrequencyUnprocessedActivity.java | 539 double[] background = new double[points]; in computeResults() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 3775 Drawable background = view.getBackground(); in testPadding() local
|