Searched refs:pos_y (Results 1 – 5 of 5) sorted by relevance
/system/core/healthd/tests/ |
D | AnimationParser_test.cpp | 69 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/ |
D | healthd_draw.cpp | 130 *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()
|
D | animation.h | 42 int pos_y; member
|
D | healthd_mode_charger.cpp | 122 .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()
|
D | AnimationParser.cpp | 56 int* y = &field->pos_y; in parse_text_field()
|