Home | Sort by relevance Sort by last modified time |
/system/core/healthd/ | |
healthd_draw.h | 62 int char_width_; member in class:HealthdDraw |
healthd_draw.cpp | 30 gr_font_size(gr_sys_font(), &char_width_, &char_height_); local |
/bootable/recovery/ | |
screen_ui.h | 206 int char_width_; member in class:ScreenRecoveryUI |
screen_ui.cpp | 591 gr_font_size(gr_sys_font(), &char_width_, &char_height_); local 593 text_cols_ = (ScreenWidth() - kMarginWidth * 2) / char_width_; |