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

  /bootable/recovery/
screen_ui.h 122 int PixelsFromDp(int dp) const;
screen_ui.cpp 111 int ScreenRecoveryUI::PixelsFromDp(int dp) const {
140 return GetTextBaseline() - PixelsFromDp(kLayouts[layout_][ICON]) - gr_get_height(loopFrames[0]);
144 return GetProgressBaseline() - PixelsFromDp(kLayouts[layout_][TEXT]) -
149 int elements_sum = gr_get_height(loopFrames[0]) + PixelsFromDp(kLayouts[layout_][ICON]) +
150 gr_get_height(installing_text) + PixelsFromDp(kLayouts[layout_][TEXT]) +
607 if (gr_fb_height() > PixelsFromDp(800)) ++layout_;

Completed in 69 milliseconds