HomeSort by relevance Sort by last modified time
    Searched refs:DrawItems (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/recovery_ui/include/recovery_ui/
screen_ui.h 93 virtual int DrawItems(int x, int y, int screen_width, bool long_press) const = 0;
114 int DrawItems(int x, int y, int screen_width, bool long_press) const override;
175 int DrawItems(int x, int y, int screen_width, bool long_press) const override;
  /external/pdfium/xfa/fwl/
cfwl_listbox.h 91 void DrawItems(CXFA_Graphics* pGraphics,
cfwl_listbox.cpp 115 DrawItems(pGraphics, pTheme, &matrix);
375 void CFWL_ListBox::DrawItems(CXFA_Graphics* pGraphics,
  /bootable/recovery/recovery_ui/
screen_ui.cpp 170 int TextMenu::DrawItems(int x, int y, int screen_width, bool long_press) const {
233 int GraphicMenu::DrawItems(int x, int y, int screen_width, bool long_press) const {
726 y += menu_->DrawItems(x, y, ScreenWidth(), IsLongPress());
    [all...]

Completed in 202 milliseconds