Searched refs:DrawHighlightBar (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | vr_ui.h | 39 void DrawHighlightBar(int x, int y, int width, int height) const override;
|
D | screen_ui.h | 54 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/ |
D | vr_ui.cpp | 62 void VrRecoveryUI::DrawHighlightBar(int /* x */, int y, int /* width */, int height) const { in DrawHighlightBar() function in VrRecoveryUI
|
D | screen_ui.cpp | 185 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/ |
D | screen_ui_test.cpp | 45 void DrawHighlightBar(int /* x */, int /* y */, int /* width */, in DrawHighlightBar() function in MockDrawFunctions
|