Home
last modified time | relevance | path

Searched refs:HealthdDraw (Results 1 – 4 of 4) sorted by relevance

/system/core/healthd/
Dhealthd_draw.cpp47 HealthdDraw::HealthdDraw(animation* anim) in HealthdDraw() function in HealthdDraw
79 HealthdDraw::~HealthdDraw() {} in ~HealthdDraw()
81 void HealthdDraw::redraw_screen(const animation* batt_anim, GRSurface* surf_unknown) { in redraw_screen()
94 void HealthdDraw::blank_screen(bool blank) { in blank_screen()
99 void HealthdDraw::clear_screen(void) { in clear_screen()
105 int HealthdDraw::draw_surface_centered(GRSurface* surface) { in draw_surface_centered()
124 int HealthdDraw::draw_text(const GRFont* font, int x, int y, const char* str) { in draw_text()
136 void HealthdDraw::determine_xy(const animation::text_field& field, in determine_xy()
160 void HealthdDraw::draw_clock(const animation* anim) { in draw_clock()
189 void HealthdDraw::draw_percent(const animation* anim) { in draw_percent()
[all …]
Dhealthd_draw.h27 class HealthdDraw {
30 HealthdDraw(animation* anim);
31 virtual ~HealthdDraw();
Dhealthd_mode_charger.h31 class HealthdDraw; variable
82 std::unique_ptr<HealthdDraw> healthd_draw_;
Dhealthd_mode_charger.cpp319 healthd_draw_.reset(new HealthdDraw(&batt_anim_)); in UpdateScreenState()