Home
last modified time | relevance | path

Searched refs:white (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/native/opengl/tests/testViewport/
DREADME7 The program clears the screen to blue, then draws a full screen white quad that
9 (Therefore the whole screen should appear to be white.)
12 Note that screen is all white.
16 Expected: screen is still all white.
18 Actual: screen is blue with offset white rectangle.
/frameworks/native/services/surfaceflinger/tests/unittests/
DSurfaceFlinger_GetDisplayNativePrimariesTest.cpp55 primaries.white.X = startingVal++; in populateDummyDisplayNativePrimaries()
56 primaries.white.Y = startingVal++; in populateDummyDisplayNativePrimaries()
57 primaries.white.Z = startingVal++; in populateDummyDisplayNativePrimaries()
72 EXPECT_EQ(primaries.white.X, startingVal++); in checkDummyDisplayNativePrimaries()
73 EXPECT_EQ(primaries.white.Y, startingVal++); in checkDummyDisplayNativePrimaries()
74 EXPECT_EQ(primaries.white.Z, startingVal++); in checkDummyDisplayNativePrimaries()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/display/color/
DDisplayWhiteBalanceTintControllerTest.java114 displayPrimaries.white = new CieXyz(); in displayWhiteBalance_setupWithSurfaceControl()
115 displayPrimaries.white.X = 0.950456f; in displayWhiteBalance_setupWithSurfaceControl()
116 displayPrimaries.white.Y = 1.000000f; in displayWhiteBalance_setupWithSurfaceControl()
117 displayPrimaries.white.Z = 1.089058f; in displayWhiteBalance_setupWithSurfaceControl()
137 displayPrimaries.white = new CieXyz(); in displayWhiteBalance_setupWithInvalidSurfaceControlData()
209 displayPrimaries.white = new CieXyz(); in displayWhiteBalance_validateTransformMatrix()
210 displayPrimaries.white.X = 0.950456f; in displayWhiteBalance_validateTransformMatrix()
211 displayPrimaries.white.Y = 1.000000f; in displayWhiteBalance_validateTransformMatrix()
212 displayPrimaries.white.Z = 1.089058f; in displayWhiteBalance_validateTransformMatrix()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
DIllustrationVideoViewTest.java58 "android.resource://" + application.getPackageName() + "/" + android.R.color.white), in setUp()
106 .isEqualTo("android.resource://com.android.setupwizardlib/" + android.R.color.white); in testXmlSetVideoResId()
193 @RawRes int white = android.R.color.white; in setVideoResId_resetSameVideoResFromDifferentPackage_videoResShouldBeSet() local
195 addMediaInfo(white, newPackageName); in setVideoResId_resetSameVideoResFromDifferentPackage_videoResShouldBeSet()
196 view.setVideoResource(white, newPackageName); in setVideoResId_resetSameVideoResFromDifferentPackage_videoResShouldBeSet()
200 .isEqualTo("android.resource://" + newPackageName + "/" + android.R.color.white); in setVideoResId_resetSameVideoResFromDifferentPackage_videoResShouldBeSet()
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/
Dstylesheet-jdiff.css9 td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;tex…
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;tex…
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-ali…
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:4…
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
Dstylesheet-jdiff.css9 td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;tex…
10 td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;tex…
11 td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-ali…
12 td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:4…
/frameworks/base/services/core/java/com/android/server/display/color/
DDisplayWhiteBalanceTintController.java271 || primaries.blue == null || primaries.white == null) { in getDisplayColorSpaceFromSurfaceControl()
281 new float[]{primaries.white.X, primaries.white.Y, primaries.white.Z} in getDisplayColorSpaceFromSurfaceControl()
/frameworks/native/libs/ui/include/ui/
DConfigStoreTypes.h33 CieXyz white; member
/frameworks/native/libs/ui/include_vndk/ui/
DConfigStoreTypes.h33 CieXyz white; member
/frameworks/ex/camera2/extensions/
DREADME.android9 - Minor modifications to the sample implementation switching effects to white balance modes
/frameworks/base/packages/SystemUI/docs/
Dclock-plugins.md30 For clock face that contain color, it is recommended to use an all white
31 version of the face. Since white has the highest luminosity, this version of
/frameworks/base/apct-tests/perftests/core/src/android/app/
DResourcesPerfTest.java173 mRes.getColor(R.color.white, null); in getColor()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1464 && msg->findFloat("smpte2086.white.x", &hdr.mastering.white.x) in getFormatForDomain()
1465 && msg->findFloat("smpte2086.white.y", &hdr.mastering.white.y) in getFormatForDomain()
1476 && hdr.mastering.white.x >= 0 && hdr.mastering.white.x <= 1 in getFormatForDomain()
1477 && hdr.mastering.white.y >= 0 && hdr.mastering.white.y <= 1 in getFormatForDomain()
1490 meta.sType1.mW.x = hdr.mastering.white.x / 0.00002 + 0.5; in getFormatForDomain()
1491 meta.sType1.mW.y = hdr.mastering.white.y / 0.00002 + 0.5; in getFormatForDomain()
DCCodecBufferChannel.cpp872 hdrStaticInfo->mastering.white.x, hdrStaticInfo->mastering.white.y in renderOutputBuffer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java250 icon.setTint(mContext.getColor(android.R.color.white)); in addPackageTiles()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp205 jfieldID white; member
1302 env->SetFloatField(jwhite, gCieXyzClassInfo.X, primaries.white.X); in nativeGetDisplayNativePrimaries()
1303 env->SetFloatField(jwhite, gCieXyzClassInfo.Y, primaries.white.Y); in nativeGetDisplayNativePrimaries()
1304 env->SetFloatField(jwhite, gCieXyzClassInfo.Z, primaries.white.Z); in nativeGetDisplayNativePrimaries()
1308 env->SetObjectField(jprimaries, gDisplayPrimariesClassInfo.white, jwhite); in nativeGetDisplayNativePrimaries()
2140 gDisplayPrimariesClassInfo.white = GetFieldIDOrDie(env, displayPrimariesClazz, "white", in register_android_view_SurfaceControl()
/frameworks/base/core/proto/android/service/
Dprint.proto276 // Use black, white, gray
/frameworks/av/media/codec2/core/include/
DC2Config.h1577 C2ColorXyStruct white; ///< coordinates of white point member
1586 C2FIELD(white, "white")
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll273 /* gobble up white-spaces */
/frameworks/hardware/interfaces/cameraservice/device/2.0/
Dtypes.hal165 * parameters. All automatic control is disabled (auto-exposure, auto-white
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop289 # blue and white. The primary format is CIE 1931 XYZ color space.
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp129 .white = { .x = 0.3127, .y = 0.3290 }, in IntfImpl()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java719 drawable.setTint(mContext.getColor(android.R.color.white)); in createCrossProfileAppsThumbnail()
/frameworks/proto_logging/stats/enums/app/
Dtvsettings_enums.proto847 // Black on white (radio button)
/frameworks/base/core/java/android/view/
DSurfaceControl.java2104 public CieXyz white; field in SurfaceControl.DisplayPrimaries

12