Home
last modified time | relevance | path

Searched refs:white (Results 1 – 25 of 43) 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/displayservicetests/src/com/android/server/display/color/
DDisplayWhiteBalanceTintControllerTest.java197 displayPrimaries.white = new SurfaceControl.CieXyz(); in displayWhiteBalance_setupWithSurfaceControl()
198 displayPrimaries.white.X = 0.950456f; in displayWhiteBalance_setupWithSurfaceControl()
199 displayPrimaries.white.Y = 1.000000f; in displayWhiteBalance_setupWithSurfaceControl()
200 displayPrimaries.white.Z = 1.089058f; in displayWhiteBalance_setupWithSurfaceControl()
220 displayPrimaries.white = new SurfaceControl.CieXyz(); in displayWhiteBalance_setupWithInvalidSurfaceControlData()
291 displayPrimaries.white = new SurfaceControl.CieXyz(); in displayWhiteBalance_getAndSetMatrix_validateTransformMatrix()
292 displayPrimaries.white.X = 0.950456f; in displayWhiteBalance_getAndSetMatrix_validateTransformMatrix()
293 displayPrimaries.white.Y = 1.000000f; in displayWhiteBalance_getAndSetMatrix_validateTransformMatrix()
294 displayPrimaries.white.Z = 1.089058f; in displayWhiteBalance_getAndSetMatrix_validateTransformMatrix()
340 displayPrimaries.white = new SurfaceControl.CieXyz(); in displayWhiteBalance_targetApplied_validateTransformMatrix()
[all …]
/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/libs/systemui/weathereffects/graphics/assets/shaders/
Drain_constants.agsl19 const vec3 highlightColor = vec3(1.); // white
23 const vec3 dropTint = vec3(1.); // white
/frameworks/native/libs/gui/aidl/android/gui/
DDisplayPrimaries.aidl32 CieXyz white;
/frameworks/native/libs/ui/include_vndk/ui/
DConfigStoreTypes.h33 CieXyz white; member
/frameworks/native/libs/ui/include/ui/
DConfigStoreTypes.h33 CieXyz white; member
/frameworks/base/services/core/java/com/android/server/display/color/
DDisplayWhiteBalanceTintController.java412 || primaries.blue == null || primaries.white == null) { in getDisplayColorSpaceFromSurfaceControl()
422 new float[]{primaries.white.X, primaries.white.Y, primaries.white.Z} in getDisplayColorSpaceFromSurfaceControl()
/frameworks/ex/camera2/extensions/
DREADME.android9 - Minor modifications to the sample implementation switching effects to white balance modes
/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
DLottieColorUtils.java60 android.R.color.white);
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp130 C2F(mHdrStaticInfo, mastering.white.x).inRange(0, 1), in IntfImpl()
131 C2F(mHdrStaticInfo, mastering.white.x).inRange(0, 1), in IntfImpl()
399 if (me.v.mastering.white.x > 1) { in HdrStaticInfoSetter()
400 me.set().mastering.white.x = 1; in HdrStaticInfoSetter()
402 if (me.v.mastering.white.y > 1) { in HdrStaticInfoSetter()
403 me.set().mastering.white.y = 1; in HdrStaticInfoSetter()
800 hdrStaticMetadataInfo.mastering.white.x = in getHDRStaticParams()
802 hdrStaticMetadataInfo.mastering.white.y = in getHDRStaticParams()
/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/ui/
DLottie.kt57 ".black" to android.R.color.white,
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp131 C2F(mHdrStaticInfo, mastering.white.x).inRange(0, 1), in IntfImpl()
132 C2F(mHdrStaticInfo, mastering.white.x).inRange(0, 1), in IntfImpl()
390 if (me.v.mastering.white.x > 1) { in HdrStaticInfoSetter()
391 me.set().mastering.white.x = 1; in HdrStaticInfoSetter()
393 if (me.v.mastering.white.y > 1) { in HdrStaticInfoSetter()
394 me.set().mastering.white.y = 1; in HdrStaticInfoSetter()
659 hdrStaticMetadataInfo.mastering.white.x = buffer->hdr_mdcv.white_point_chromaticity_x / 65536.0; in getHDRStaticParams()
660 hdrStaticMetadataInfo.mastering.white.y = buffer->hdr_mdcv.white_point_chromaticity_y / 65536.0; in getHDRStaticParams()
/frameworks/base/apct-tests/perftests/core/src/android/app/
DResourcesPerfTest.java174 mRes.getColor(R.color.white, null); in getColor()
/frameworks/base/packages/SystemUI/docs/
Dclock-plugins.md88 For clock face that contain color, it is recommended to use an all white version of the face. Since
89 white has the highest luminosity, this version of the clock face represents the worst case scenario.
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1610 && msg->findFloat("smpte2086.white.x", &hdr.mastering.white.x) in getFormatForDomain()
1611 && msg->findFloat("smpte2086.white.y", &hdr.mastering.white.y) in getFormatForDomain()
1622 && hdr.mastering.white.x >= 0 && hdr.mastering.white.x <= 1 in getFormatForDomain()
1623 && hdr.mastering.white.y >= 0 && hdr.mastering.white.y <= 1 in getFormatForDomain()
1636 meta.sType1.mW.x = hdr.mastering.white.x / 0.00002 + 0.5; in getFormatForDomain()
1637 meta.sType1.mW.y = hdr.mastering.white.y / 0.00002 + 0.5; in getFormatForDomain()
DCodec2Buffer.cpp1157 (*staticInfo)->mastering.white.x = smpte2086->whitePoint.x; in GetHdrMetadataFromGralloc4Handle()
1158 (*staticInfo)->mastering.white.y = smpte2086->whitePoint.y; in GetHdrMetadataFromGralloc4Handle()
1223 {staticInfo->mastering.white.x, staticInfo->mastering.white.y}, in SetMetadataToGralloc4Handle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java238 icon.setTint(mContext.getColor(android.R.color.white)); in addPackageTiles()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp191 jfieldID white; member
1539 env->SetFloatField(jwhite, gCieXyzClassInfo.X, primaries.white.X); in nativeGetDisplayNativePrimaries()
1540 env->SetFloatField(jwhite, gCieXyzClassInfo.Y, primaries.white.Y); in nativeGetDisplayNativePrimaries()
1541 env->SetFloatField(jwhite, gCieXyzClassInfo.Z, primaries.white.Z); in nativeGetDisplayNativePrimaries()
1545 env->SetObjectField(jprimaries, gDisplayPrimariesClassInfo.white, jwhite); in nativeGetDisplayNativePrimaries()
2627 gDisplayPrimariesClassInfo.white = GetFieldIDOrDie(env, displayPrimariesClazz, "white", in register_android_view_SurfaceControl()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp2733 outPrimaries.white.X = primaries.white.X; in getDisplayNativePrimaries()
2734 outPrimaries.white.Y = primaries.white.Y; in getDisplayNativePrimaries()
2735 outPrimaries.white.Z = primaries.white.Z; in getDisplayNativePrimaries()
/frameworks/base/core/proto/android/service/
Dprint.proto276 // Use black, white, gray
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll273 /* gobble up white-spaces */

12