Home
last modified time | relevance | path

Searched refs:color_r (Results 1 – 4 of 4) 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_mode_charger.cpp112 .color_r = 255,
123 .color_r = 255,
338 gr_color(field.color_r, field.color_g, field.color_b, field.color_a); in draw_clock()
362 gr_color(field.color_r, field.color_g, field.color_b, field.color_a); in draw_percent()
817 battery_animation.text_clock.color_r, battery_animation.text_clock.color_g, in init_animation()
822 battery_animation.text_percent.color_r, battery_animation.text_percent.color_g, in init_animation()
DAnimationParser.cpp57 int* r = &field->color_r; in parse_text_field()