Searched refs:light (Results 1 – 7 of 7) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | LightNavigationBarVerifier.java | 154 (dark, light) -> Color.red(dark) - Color.red(light)), in verify() 156 (dark, light) -> Color.green(dark) - Color.green(light)), in verify() 158 (dark, light) -> Color.blue(dark) - Color.blue(light)), in verify()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | EnsureBarContrastTest.java | 139 private static Matcher<Bitmap> hasNoScrim(boolean light) { in hasNoScrim() argument 141 "must not have a " + (light ? "light" : "dark") + " scrim") { in hasNoScrim() 157 return backgroundForBar(light); in hasNoScrim() 162 private static Matcher<Bitmap> hasContrast(boolean light) { 164 (light ? "light" : "dark") + " bar must have contrast") { 168 int bg = backgroundForBar(light); 182 backgroundForBar(light));
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | LightBarActivity.java | 34 private void setLightBar(boolean light, int systemUiFlag) { in setLightBar() argument 36 if (light) { in setLightBar()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/ |
D | DrawParameters.java | 33 public void update(float[] viewMatrix, float[] projectionMatrix, Light light) { in update() argument 35 mLight = light; in update()
|
/cts/tests/openglperf2/assets/fragment/ |
D | perspective | 21 // Get a lighting direction vector from the light to the vertex. 23 // Calculate the dot product of the light vector and vertex normal.
|
D | water | 28 // Get a lighting direction vector from the light to the vertex. 30 // Calculate the dot product of the light vector and vertex normal.
|
/cts/apps/CameraITS/tests/inprog/scene2/ |
D | README | 2 light sources capable of producing D65, D50, A, TL84, etc. illumination.
|