Home
last modified time | relevance | path

Searched refs:color_r (Results 1 – 5 of 5) sorted by relevance

/system/core/healthd/tests/
DAnimationParser_test.cpp70 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/
Danimation.h43 int color_r; member
Dhealthd_draw.cpp166 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()
Dhealthd_mode_charger.cpp124 .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()
DAnimationParser.cpp57 int* r = &field->color_r; in parse_text_field()