Home
last modified time | relevance | path

Searched refs:pos_x (Results 1 – 4 of 4) sorted by relevance

/system/core/healthd/tests/
DAnimationParser_test.cpp68 EXPECT_EQ(CENTER_VAL, out.pos_x); in TEST()
77 EXPECT_EQ(CENTER_VAL, out.pos_x); in TEST()
86 EXPECT_EQ(TEST_X, out.pos_x); in TEST()
95 EXPECT_EQ(TEST_X, out.pos_x); in TEST()
167 EXPECT_EQ(11, anim.text_clock.pos_x); in TEST()
175 EXPECT_EQ(21, anim.text_percent.pos_x); in TEST()
/system/core/healthd/
Dhealthd_mode_charger.cpp109 .pos_x = 0,
120 .pos_x = 0,
293 *x = field.pos_x; in determine_xy()
297 if (field.pos_x == CENTER_VAL) { in determine_xy()
299 } else if (field.pos_x >= 0) { in determine_xy()
300 *x = field.pos_x; in determine_xy()
302 *x = gr_fb_width() + field.pos_x - str_len_px; in determine_xy()
816 battery_animation.text_clock.pos_x, battery_animation.text_clock.pos_y, in init_animation()
821 battery_animation.text_percent.pos_x, battery_animation.text_percent.pos_y, in init_animation()
Danimation.h41 int pos_x; member
DAnimationParser.cpp55 int* x = &field->pos_x; in parse_text_field()