Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/include/recovery_ui/
Dvr_ui.h39 void DrawHighlightBar(int x, int y, int width, int height) const override;
Dscreen_ui.h54 virtual void DrawHighlightBar(int x, int y, int width, int height) const = 0;
322 void DrawHighlightBar(int x, int y, int width, int height) const override;
/bootable/recovery/recovery_ui/
Dvr_ui.cpp62 void VrRecoveryUI::DrawHighlightBar(int /* x */, int y, int /* width */, int height) const { in DrawHighlightBar() function in VrRecoveryUI
Dscreen_ui.cpp185 draw_funcs_.DrawHighlightBar(0, y + offset - 2, screen_width, bar_height); in DrawItems()
245 draw_funcs_.DrawHighlightBar(0, y + offset - 2, screen_width, bar_height); in DrawItems()
618 void ScreenRecoveryUI::DrawHighlightBar(int x, int y, int width, int height) const { in DrawHighlightBar() function in ScreenRecoveryUI
/bootable/recovery/tests/unit/
Dscreen_ui_test.cpp45 void DrawHighlightBar(int /* x */, int /* y */, int /* width */, in DrawHighlightBar() function in MockDrawFunctions