Home
last modified time | relevance | path

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

/system/core/healthd/
Danimation.h39 struct text_field { struct
73 text_field text_clock;
74 text_field text_percent;
DAnimationParser.h28 bool parse_text_field(const char* in, animation::text_field* field);
Dhealthd_draw.cpp117 void HealthdDraw::determine_xy(const animation::text_field& field, in determine_xy()
145 const animation::text_field& field = anim->text_clock; in draw_clock()
179 const animation::text_field& field = anim->text_percent; in draw_percent()
Dhealthd_draw.h49 virtual void determine_xy(const animation::text_field& field,
DAnimationParser.cpp54 bool parse_text_field(const char* in, animation::text_field* field) { in parse_text_field()
/system/core/healthd/tests/
DAnimationParser_test.cpp65 animation::text_field out; in TEST()