Searched refs:color_r (Results 1 – 5 of 5) sorted by relevance
/system/core/healthd/ |
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()
|
D | animation.h | 44 int color_r; member
|
D | healthd_draw.cpp | 185 gr_color(field.color_r, field.color_g, field.color_b, field.color_a); in draw_clock() 209 gr_color(field.color_r, field.color_g, field.color_b, field.color_a); in draw_percent()
|
D | healthd_mode_charger.cpp | 129 .color_r = 255, 141 .color_r = 255, 665 batt_anim_.text_clock.pos_y, batt_anim_.text_clock.color_r, batt_anim_.text_clock.color_g, in InitAnimation() 669 batt_anim_.text_percent.pos_y, batt_anim_.text_percent.color_r, in InitAnimation()
|
D | AnimationParser.cpp | 57 int* r = &field->color_r; in parse_text_field()
|