Home
last modified time | relevance | path

Searched refs:pos_x (Results 1 – 6 of 6) sorted by relevance

/system/core/healthd/
DAnimationParser_test.cpp68 EXPECT_EQ(CENTER_VAL, out.pos_x); in TEST()
77 EXPECT_EQ(CENTER_VAL, out.pos_x); in TEST()
86 EXPECT_EQ(TEST_X, out.pos_x); in TEST()
95 EXPECT_EQ(TEST_X, out.pos_x); in TEST()
167 EXPECT_EQ(11, anim.text_clock.pos_x); in TEST()
175 EXPECT_EQ(21, anim.text_percent.pos_x); in TEST()
Dhealthd_draw.cpp138 *x = field.pos_x; in determine_xy()
141 if (field.pos_x == CENTER_VAL) { in determine_xy()
143 } else if (field.pos_x >= 0) { in determine_xy()
144 *x = field.pos_x; in determine_xy()
146 *x = screen_width_ + field.pos_x - str_len_px - kSplitOffset; in determine_xy()
Danimation.h42 int pos_x; member
Dhealthd_mode_charger.cpp126 .pos_x = 0,
138 .pos_x = 0,
664 LOGV(" clock: %d %d %d %d %d %d '%s'\n", batt_anim_.text_clock.pos_x, in InitAnimation()
668 LOGV(" percent: %d %d %d %d %d %d '%s'\n", batt_anim_.text_percent.pos_x, in InitAnimation()
DAnimationParser.cpp55 int* x = &field->pos_x; in parse_text_field()
/system/teeui/libteeui/include/teeui/
Dutils.h913 : bounds_{context = Derived::pos_x, context = Derived::pos_y, context = Derived::dim_w,
985 static const constexpr auto pos_x = x; \