Home
last modified time | relevance | path

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

/cts/tests/tests/notification/NotificationExtenders/src/android/app/notification/extenders/cts/current/
DWearableExtenderApiCurrentTest.kt58 val background = result.getBackground() in wearableBackgroundBlockDisabled_wearableBackgroundSet_valueIsNull() constant
/cts/tests/tests/notification/NotificationExtenders/src/android/app/notification/extenders/cts/api34/
DWearableExtenderApi34Test.kt59 val background = result.getBackground() in wearableBackgroundBlockDisabled_wearableBackgroundSet_valueKeepsBitmap() constant
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightBarTests.java350 private void requestLightBars(final int background) { in requestLightBars()
385 private Stats evaluateLightBarBitmap(Bitmap bitmap, int background, int shiftY) { in evaluateLightBarBitmap()
405 private Stats evaluateDarkBarBitmap(Bitmap bitmap, int background, int shiftY) { in evaluateDarkBarBitmap()
409 private Stats evaluateBarBitmap(Bitmap bitmap, int background, int shiftY, int iconColor, in evaluateBarBitmap()
473 private int mixSrcOver(int background, int foreground) { in mixSrcOver()
/cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
DWebViewDeviceSideStartupTest.java72 Thread background = new Thread(new Runnable() { in testCookieManagerBlockingUiThread() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DSystemPaletteTest.kt161 val background = palette[shadeToArrayIndex(shades.first)] in <lambda>() constant
697 mBgGroups.forEach { background -> in <lambda>() method
720 val background = mContext.getColor(bgRes) in <lambda>() constant
746 val background = context.getColor(bgRes) in <lambda>() constant
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DTestThemeHelper.java153 final Drawable background = layout.getBackground(); in assertLayoutBGColor() local
169 final Drawable background = view.getBackground(); in assertTextViewBGColor() local
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DWearableExtenderTest.java58 final Bitmap background = Bitmap.createBitmap(10, 10, Config.ARGB_8888); in testWearableExtender() local
214 final Bitmap background = Bitmap.createBitmap(10, 10, Config.ARGB_8888); in testWriteToParcel() local
DNotificationTemplateTest.kt900 val background = background ?: return false in <lambda>() constant
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DSplitAppTest.java440 final Drawable background = layout.getBackground(); in assertBaseLayoutBGColor() local
450 final Drawable background = view.getBackground(); in assertTextViewBGColor() 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/text/src/android/text/cts/
DHtmlTest.java254 BackgroundColorSpan[] background = s.getSpans(0, s.length(), BackgroundColorSpan.class); in testStylesFromHtml() local
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java1619 int background = (i * 255 / 99); in recordFromSurface() local
1633 int background = (i * 255 / 99); in recordFromSurface() local
/cts/tests/tests/widget/src/android/widget/cts/
DListPopupWindowTest.java1056 private int getContentWidth(ListAdapter listAdapter, Drawable background) { in getContentWidth()
DListViewTest.java1058 Drawable background = mBackgrounds.valueAt(i); in resetMockBackgrounds() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyUnprocessedActivity.java541 double[] background = new double[points]; in computeResults() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3902 Drawable background = view.getBackground(); in testPadding() local