Home
last modified time | relevance | path

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

/system/core/healthd/
Danimation.h39 struct text_field { struct
54 text_field text_clock;
55 text_field text_percent;
DAnimationParser.h28 bool parse_text_field(const char* in, animation::text_field* field);
DAnimationParser.cpp54 bool parse_text_field(const char* in, animation::text_field* field) { in parse_text_field()
Dhealthd_mode_charger.cpp291 void determine_xy(const animation::text_field& field, const int length, int* x, int* y) in determine_xy()
319 const animation::text_field& field = anim.text_clock; in draw_clock()
351 const animation::text_field& field = anim.text_percent; in draw_percent()
/system/core/healthd/tests/
DAnimationParser_test.cpp65 animation::text_field out; in TEST()