Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Dbootstrap.css26 background-color: #B8B7B6;
156 background-color: transparent;
174 background-color: #1a1515;
598 background-color: #f7f7f9;
611 background-color: #f5f5f5;
624 background-color: transparent;
686 background-color: '#fff';
713 background-color: transparent;
728 background-color: '#fff';
729 background-color: initial;
[all …]
Ddocs.css14 background-color: #fff;
15 background-image: url(../img/grid-18px-masked.png);
16 background-repeat: repeat-x;
17 background-position: 0 40px;
50 background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
51 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
52 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
53 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
122 background-color: #eeeeee; /* Old browsers */
123 background-repeat: repeat-x; /* Repeat the gradient */
[all …]
Dbootstrap-responsive.css29 background-color: transparent;
750 background-color: #222222;
765 background-color: transparent;
/cts/tools/tradefed-host/res/report/
Dcts_result.css35 background-color: rgb(212, 233, 169);
43 background-color: #A5C639;
58 background-color: rgb(212, 233, 169);
65 background-color: #A5C639;
77 background-color: rgb(212, 233, 169);
89 background-color: #A5C639;
107 background-color: white;
114 background-color: #FA5858;
131 background-color: #A5C639;
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewStartupTest.java55 Thread background = new Thread(new Runnable() { in testCookieManagerBlockingUiThread() local
70 background.setUncaughtExceptionHandler(h); in testCookieManagerBlockingUiThread()
71 background.start(); in testCookieManagerBlockingUiThread()
72 background.join(); in testCookieManagerBlockingUiThread()
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java801 int background = (i * 255 / 99); in recordFromSurface() local
802 canvas.drawARGB(255, background, background, background); in recordFromSurface()
815 int background = (i * 255 / 99); in recordFromSurface() local
816 canvas.drawARGB(255, background, background, background); in recordFromSurface()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js304 background : null, property in Flog.RayTracer.Scene
314 this.background = new Flog.RayTracer.Background(new Flog.RayTracer.Color(0,0,0.5), 0.2);
677 return scene.background.color;
711 … var color = Flog.RayTracer.Color.prototype.multiplyScalar(info.color, scene.background.ambience);
752 refl.color = scene.background.color;
820 scene.background = new Flog.RayTracer.Background(
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java2819 Drawable background = view.getBackground(); in testPadding() local
2821 background.getPadding(backgroundPadding); in testPadding()
2824 assertNotNull(background); in testPadding()
2838 background = view.getBackground(); in testPadding()
2840 background.getPadding(backgroundPadding); in testPadding()
2843 assertNotNull(background); in testPadding()
2857 background = view.getBackground(); in testPadding()
2859 background.getPadding(backgroundPadding); in testPadding()
2862 assertNotNull(background); in testPadding()
2876 background = view.getBackground(); in testPadding()
[all …]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java87 assertEquals(R.id.background, layerDrawable.getId(3)); in testInflate()