Searched refs:pos_x (Results 1 – 6 of 6) sorted by relevance
/system/core/healthd/ |
D | AnimationParser_test.cpp | 68 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()
|
D | healthd_draw.cpp | 138 *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()
|
D | animation.h | 42 int pos_x; member
|
D | healthd_mode_charger.cpp | 126 .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()
|
D | AnimationParser.cpp | 55 int* x = &field->pos_x; in parse_text_field()
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 913 : bounds_{context = Derived::pos_x, context = Derived::pos_y, context = Derived::dim_w, 985 static const constexpr auto pos_x = x; \
|