/frameworks/base/tools/aapt2/compile/ |
D | NinePatch_test.cpp | 26 #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/ |
D | MediaArtworkProcessorTest.kt | 64 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()
|
D | ScrimViewTest.java | 88 int tint = Color.BLUE; in setTint_set()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | RggbChannelVector.java | 40 public static final int BLUE = 3; field in RggbChannelVector 125 case BLUE: in getComponent() 156 destination[offset + BLUE] = mBlue; in copyTo()
|
D | LensShadingMap.java | 19 import static android.hardware.camera2.params.RggbChannelVector.BLUE; 179 mElements[BLUE + offset]; in getGainFactorVector()
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | FileRotatorTest.java | 232 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/ |
D | UserIconDrawableTest.java | 53 @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/ |
D | Material.java | 41 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/ |
D | Transaction_test.cpp | 64 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/ |
D | PhoneWindowTest.java | 119 assertThat(colorDrawable.getColor(), is(Color.BLUE)); in testWindowBackgroundFallback_colorLiteral() 137 assertThat(colorDrawable.getColor(), is(Color.BLUE)); in testWindowBackgroundFallbackWithExplicitBackgroundSet_colorLiteral()
|
/frameworks/native/services/surfaceflinger/ |
D | Colorizer.h | 33 BLUE = 34, enumerator
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentResolverTest.java | 77 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/ |
D | AdaptiveIconTest.java | 80 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/ |
D | BitmapFactoryTest.java | 34 new int[] { Color.BLUE }, 1, 1, Bitmap.Config.RGB_565); in testBitmapParcelFileDescriptor()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewAttachView.java | 77 canvas.drawColor(Color.BLUE); in onDraw()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | ColoredShadowsActivity.java | 52 case R.id.blue: return Color.BLUE; in shadowColorFor()
|
D | MyLittleTextureView.java | 64 canvas.drawColor(Color.BLUE); in onCreate()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | IllustrationTest.java | 53 final Drawable illustrationDrawable = new ColorDrawable(Color.BLUE); in testAspectRatio()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | ResizeHWLayerActivity.java | 40 child.setBackgroundColor(Color.BLUE); in onCreate()
|
D | InvalidateTreeActivity.java | 41 parent.setBackgroundColor((mColorToggle < 2) ? Color.RED : Color.BLUE); in createQuadTree()
|
D | SaveLayerInterleaveActivity.java | 64 mBluePaint.setColor(Color.BLUE); in onCreate()
|
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
D | TextClassificationTest.java | 75 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/ |
D | RvBoxAdapter.java | 90 case 3: return Color.BLUE; in getBackgroundColor()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/test/widgets/ |
D | HookWidget.java | 92 paint.setColor(Color.BLUE); in onDraw()
|
/frameworks/compile/mclinker/lib/LD/ |
D | TextDiagnosticPrinter.cpp | 31 llvm::raw_ostream::BLUE;
|