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

  /bootable/recovery/
wear_ui.cpp 80 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
98 int y = (gr_fb_height() - height) / 2;
120 gr_fill(0, 0, gr_fb_width(), gr_fb_height());
179 for (int ty = gr_fb_height() - char_height_ - kMarginHeight; ty > y + 2 && count < text_rows_;
204 visible_text_rows = (gr_fb_height() - (kMarginHeight * 2)) / char_height_;
screen_ui.cpp 148 int bottom_gap = (gr_fb_height() - elements_sum) / 2;
149 return gr_fb_height() - bottom_gap - gr_get_height(progressBarFill);
164 int y = gr_fb_height() - stage_height;
373 for (int ty = gr_fb_height() - kMarginHeight - char_height_; ty >= y && count < text_rows_;
493 text_rows_ = (gr_fb_height() - kMarginHeight * 2) / char_height_;
505 layout_ = (gr_fb_width() > gr_fb_height()) ? LANDSCAPE : PORTRAIT;
507 if (gr_fb_height() > PixelsFromDp(800)) ++layout_;
  /bootable/recovery/minui/include/minui/
minui.h 47 int gr_fb_height();
  /system/extras/slideshow/
slideshow.cpp 71 y = (gr_fb_height() - h) / 2;
  /system/core/healthd/
healthd_draw.cpp 33 screen_height_ = gr_fb_height();
  /system/extras/tests/framebuffer/
fb_test.c 190 int gr_fb_height(void) function
  /bootable/recovery/minui/
graphics.cpp 358 int gr_fb_height() { function

Completed in 180 milliseconds