Searched refs:color_r (Results 1 – 5 of 5) sorted by relevance
/system/core/healthd/tests/ |
D | AnimationParser_test.cpp | 70 EXPECT_EQ(TEST_R, out.color_r); in TEST() 79 EXPECT_EQ(TEST_R, out.color_r); in TEST() 88 EXPECT_EQ(TEST_R, out.color_r); in TEST() 97 EXPECT_EQ(TEST_R, out.color_r); in TEST() 169 EXPECT_EQ(13, anim.text_clock.color_r); in TEST() 177 EXPECT_EQ(23, anim.text_percent.color_r); in TEST()
|
/system/core/healthd/ |
D | animation.h | 43 int color_r; 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 | 124 .color_r = 255, 136 .color_r = 255, 657 battery_animation.text_clock.pos_y, battery_animation.text_clock.color_r, in init_animation() 661 battery_animation.text_percent.pos_y, battery_animation.text_percent.color_r, in init_animation()
|
D | AnimationParser.cpp | 57 int* r = &field->color_r; in parse_text_field()
|