Searched refs:color_g (Results 1 – 5 of 5) sorted by relevance
/system/core/healthd/tests/ |
D | AnimationParser_test.cpp | 71 EXPECT_EQ(TEST_G, out.color_g); in TEST() 80 EXPECT_EQ(TEST_G, out.color_g); in TEST() 89 EXPECT_EQ(TEST_G, out.color_g); in TEST() 98 EXPECT_EQ(TEST_G, out.color_g); in TEST() 170 EXPECT_EQ(14, anim.text_clock.color_g); in TEST() 178 EXPECT_EQ(24, anim.text_percent.color_g); in TEST()
|
/system/core/healthd/ |
D | animation.h | 44 int color_g; member
|
D | healthd_draw.cpp | 166 gr_color(field.color_r, field.color_g, field.color_b, field.color_a); in draw_clock() 190 gr_color(field.color_r, field.color_g, field.color_b, field.color_a); in draw_percent()
|
D | healthd_mode_charger.cpp | 125 .color_g = 255, 137 .color_g = 255, 658 battery_animation.text_clock.color_g, battery_animation.text_clock.color_b, in init_animation() 662 battery_animation.text_percent.color_g, battery_animation.text_percent.color_b, in init_animation()
|
D | AnimationParser.cpp | 58 int* g = &field->color_g; in parse_text_field()
|