Home
last modified time | relevance | path

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

/system/core/healthd/tests/
DAnimationParser_test.cpp69 EXPECT_EQ(CENTER_VAL, out.pos_y); in TEST()
78 EXPECT_EQ(TEST_Y, out.pos_y); in TEST()
87 EXPECT_EQ(CENTER_VAL, out.pos_y); in TEST()
96 EXPECT_EQ(TEST_Y, out.pos_y); in TEST()
168 EXPECT_EQ(12, anim.text_clock.pos_y); in TEST()
176 EXPECT_EQ(22, anim.text_percent.pos_y); in TEST()
/system/core/healthd/
Dhealthd_draw.cpp130 *y = field.pos_y; in determine_xy()
132 if (field.pos_y == CENTER_VAL) { in determine_xy()
134 } else if (field.pos_y >= 0) { in determine_xy()
135 *y = field.pos_y; in determine_xy()
137 *y = screen_height_ + field.pos_y - field.font->char_height; in determine_xy()
Danimation.h42 int pos_y; member
Dhealthd_mode_charger.cpp122 .pos_y = 0,
134 .pos_y = 0,
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.cpp56 int* y = &field->pos_y; in parse_text_field()