Home
last modified time | relevance | path

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

/system/core/healthd/
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()
Dhealthd_draw.cpp149 *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()
Danimation.h43 int pos_y; member
Dhealthd_mode_charger.cpp127 .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()
DAnimationParser.cpp56 int* y = &field->pos_y; in parse_text_field()
/system/teeui/libteeui/example/layout/
Dtouch_button_layout.h132 Dimension(LabelWidth, LabelHint::pos_y - pos_y - 24_dp);
Dphys_button_layout.h146 Dimension(LabelWidth, LabelHint::pos_y - pos_y - 24_dp);
/system/teeui/libteeui/include/teeui/
Dutils.h913 : 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)