Home
last modified time | relevance | path

Searched refs:BLUE (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/tools/aapt2/compile/
DNinePatch_test.cpp26 #define BLUE "\x00\x00\xff\xff" macro
60 (uint8_t*)BLACK RED BLUE RED BLUE BLUE RED BLUE RED WHITE,
61 (uint8_t*)BLACK RED BLUE RED BLUE BLUE RED BLUE RED WHITE,
62 (uint8_t*)WHITE RED BLUE RED BLUE BLUE RED BLUE RED WHITE,
63 (uint8_t*)BLACK RED BLUE RED BLUE BLUE RED BLUE RED WHITE,
64 (uint8_t*)BLACK RED BLUE RED BLUE BLUE RED BLUE RED WHITE,
115 (uint8_t*)BLACK RED BLUE GREEN WHITE,
117 (uint8_t*)WHITE TRANS BLUE GREEN WHITE,
293 NinePatch::PackRGBA((uint8_t*)BLUE), in TEST()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DMediaArtworkProcessorTest.kt64 Canvas(artwork).drawColor(Color.BLUE) in testProcessArtwork()
77 Canvas(artwork).drawColor(Color.BLUE) in testCache()
90 Canvas(artwork).drawColor(Color.BLUE) in testConfig()
101 Canvas(artwork).drawColor(Color.BLUE) in testRecycledArtwork()
DScrimViewTest.java88 int tint = Color.BLUE; in setTint_set()
/frameworks/base/core/java/android/hardware/camera2/params/
DRggbChannelVector.java40 public static final int BLUE = 3; field in RggbChannelVector
125 case BLUE: in getComponent()
156 destination[offset + BLUE] = mBlue; in copyTo()
DLensShadingMap.java19 import static android.hardware.camera2.params.RggbChannelVector.BLUE;
179 mElements[BLUE + offset]; in getGainFactorVector()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DFileRotatorTest.java232 private static final String BLUE = "blue"; field in FileRotatorTest
252 rotate.combineActive(reader, writer(BLUE), currentTime); in testQueryMatch()
258 final String[] FULL_SET = { RED, GREEN, BLUE, YELLOW }; in testQueryMatch()
267 RED, GREEN, BLUE); in testQueryMatch()
272 GREEN, BLUE, YELLOW); in testQueryMatch()
277 assertReadMatching(rotate, blueStart + SECOND_IN_MILLIS, blueEnd - SECOND_IN_MILLIS, BLUE); in testQueryMatch()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/drawable/
DUserIconDrawableTest.java53 @ColorInt final int targetColor = Color.BLUE; in setTintList_shouldBeApplied()
69 assertThat(bitmap.getPixel(0, 0)).isEqualTo(Color.BLUE); in setTintList_shouldBeApplied()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DMaterial.java41 public static final int BLUE = 2; field in Material
92 mColor[p + BLUE] = v; in simpleSetup()
251 mColor[p + BLUE] = (byte) blue; in buildMaterialProp()
277 mColor[p + BLUE] = (byte) blue; in buildMaterialProp()
294 mColor[p + BLUE] = (byte) blue; in buildMaterialProp()
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp64 static const Color BLUE; member
72 const Color Color::BLUE{0, 0, 255, 255};
1059 ASSERT_NO_FATAL_FAILURE(fillLayerColor(layerB, Color::BLUE, 32, 32)); in TEST_P()
1072 screenshot->expectColor(Rect(0, 0, 32, 32), Color::BLUE); in TEST_P()
1181 ASSERT_NO_FATAL_FAILURE(fillLayerColor(layerType, layerB, Color::BLUE, 32, 32)); in setRelativeZGroupHelper()
1211 shot->expectColor(Rect(16, 16, 48, 48), Color::BLUE); in setRelativeZGroupHelper()
1221 shot->expectColor(Rect(40, 40, 48, 48), Color::BLUE); in setRelativeZGroupHelper()
1231 shot->expectColor(Rect(40, 40, 48, 48), Color::BLUE); in setRelativeZGroupHelper()
1241 shot->expectColor(Rect(32, 32, 48, 48), Color::BLUE); in setRelativeZGroupHelper()
1251 shot->expectColor(Rect(16, 16, 48, 48), Color::BLUE); in setRelativeZGroupHelper()
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/policy/
DPhoneWindowTest.java119 assertThat(colorDrawable.getColor(), is(Color.BLUE)); in testWindowBackgroundFallback_colorLiteral()
137 assertThat(colorDrawable.getColor(), is(Color.BLUE)); in testWindowBackgroundFallbackWithExplicitBackgroundSet_colorLiteral()
/frameworks/native/services/surfaceflinger/
DColorizer.h33 BLUE = 34, enumerator
/frameworks/base/core/tests/coretests/src/android/content/
DContentResolverTest.java77 paint.setColor(Color.BLUE); in initImage()
97 assertEquals(Color.BLUE, bitmap.getPixel(halfX - 10, halfY - 10)); in assertImageAspectAndContents()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DAdaptiveIconTest.java80 icon.setBackgroundColor(Color.BLUE); in setBackgroundColor_shouldUpdateColorFilter()
82 verify(background).setColorFilter(Color.BLUE, PorterDuff.Mode.SRC_ATOP); in setBackgroundColor_shouldUpdateColorFilter()
/frameworks/base/core/tests/coretests/src/android/graphics/
DBitmapFactoryTest.java34 new int[] { Color.BLUE }, 1, 1, Bitmap.Config.RGB_565); in testBitmapParcelFileDescriptor()
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachView.java77 canvas.drawColor(Color.BLUE); in onDraw()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DColoredShadowsActivity.java52 case R.id.blue: return Color.BLUE; in shadowColorFor()
DMyLittleTextureView.java64 canvas.drawColor(Color.BLUE); in onCreate()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DIllustrationTest.java53 final Drawable illustrationDrawable = new ColorDrawable(Color.BLUE); in testAspectRatio()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DResizeHWLayerActivity.java40 child.setBackgroundColor(Color.BLUE); in onCreate()
DInvalidateTreeActivity.java41 parent.setBackgroundColor((mColorToggle < 2) ? Color.RED : Color.BLUE); in createQuadTree()
DSaveLayerInterleaveActivity.java64 mBluePaint.setColor(Color.BLUE); in onCreate()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java75 final Icon primaryIcon = generateTestIcon(576, 288, Color.BLUE); in testParcel()
144 final int legacyIconColor = Color.BLUE; in testParcelLegacy()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
DRvBoxAdapter.java90 case 3: return Color.BLUE; in getBackgroundColor()
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/test/widgets/
DHookWidget.java92 paint.setColor(Color.BLUE); in onDraw()
/frameworks/compile/mclinker/lib/LD/
DTextDiagnosticPrinter.cpp31 llvm::raw_ostream::BLUE;

123