Searched refs:pos_y (Results 1 – 8 of 8) sorted by relevance
/system/core/healthd/ |
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()
|
D | healthd_draw.cpp | 149 *y = field.pos_y; in determine_xy() 151 if (field.pos_y == CENTER_VAL) { in determine_xy() 153 } else if (field.pos_y >= 0) { in determine_xy() 154 *y = field.pos_y; in determine_xy() 156 *y = screen_height_ + field.pos_y - field.font->char_height; in determine_xy()
|
D | animation.h | 43 int pos_y; member
|
D | healthd_mode_charger.cpp | 127 .pos_y = 0, 139 .pos_y = 0, 665 batt_anim_.text_clock.pos_y, batt_anim_.text_clock.color_r, batt_anim_.text_clock.color_g, in InitAnimation() 669 batt_anim_.text_percent.pos_y, batt_anim_.text_percent.color_r, in InitAnimation()
|
D | AnimationParser.cpp | 56 int* y = &field->pos_y; in parse_text_field()
|
/system/teeui/libteeui/example/layout/ |
D | touch_button_layout.h | 132 Dimension(LabelWidth, LabelHint::pos_y - pos_y - 24_dp);
|
D | phys_button_layout.h | 146 Dimension(LabelWidth, LabelHint::pos_y - pos_y - 24_dp);
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 913 : bounds_{context = Derived::pos_x, context = Derived::pos_y, context = Derived::dim_w, 986 static const constexpr auto pos_y = y 1008 #define BOTTOM_EDGE_OF(name) (name::pos_y + name::dim_h)
|