Searched refs:LIGHT_COLOR (Results 1 – 4 of 4) sorted by relevance
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | NavigationHandle.java | 45 private static final String LIGHT_COLOR = "#EBffffff"; field in NavigationHandle 70 mPaint.setColor(ResourceHelper.getColor(LIGHT_COLOR)); in NavigationHandle()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 83 static constexpr int32_t LIGHT_COLOR = 0x7F448866; variable 10460 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 10461 ASSERT_EQ(controller.getLightColor(lights[0].id).value_or(-1), LIGHT_COLOR); in TEST_F() 10496 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 10497 ASSERT_EQ(controller.getLightColor(lights[0].id).value_or(-1), LIGHT_COLOR); in TEST_F() 10536 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 10537 ASSERT_EQ(controller.getLightColor(lights[0].id).value_or(-1), LIGHT_COLOR); in TEST_F() 10560 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() 10561 ASSERT_EQ(controller.getLightColor(lights[0].id).value_or(-1), LIGHT_COLOR); in TEST_F() 10585 ASSERT_TRUE(controller.setLightColor(lights[0].id, LIGHT_COLOR)); in TEST_F() [all …]
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 1633 proto.write(NotificationChannelProto.LIGHT_COLOR, mLightColor); in dumpDebug()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 8077 Landroid/app/NotificationChannelProto;->LIGHT_COLOR:J
|