Searched refs:pos_y (Results 1 – 4 of 4) 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_mode_charger.cpp | 110 .pos_y = 0, 121 .pos_y = 0, 294 *y = field.pos_y; in determine_xy() 305 if (field.pos_y == CENTER_VAL) { in determine_xy() 307 } else if (field.pos_y >= 0) { in determine_xy() 308 *y = field.pos_y; in determine_xy() 310 *y = gr_fb_height() + field.pos_y - field.font->char_height; 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()
|
D | animation.h | 42 int pos_y; member
|
D | AnimationParser.cpp | 56 int* y = &field->pos_y; in parse_text_field()
|