Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp190 int bar_height = char_height_ + 4; in DrawItems() local
191 draw_funcs_.DrawHighlightBar(0, y + offset - 2, screen_width, bar_height); in DrawItems()
250 int bar_height = item->height + 4; in DrawItems() local
251 draw_funcs_.DrawHighlightBar(0, y + offset - 2, screen_width, bar_height); in DrawItems()