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

  /bootable/recovery/
screen_ui.h 96 int installing_frames; member in class:ScreenRecoveryUI
screen_ui.cpp 80 installing_frames(7),
296 installing_frames > 0 && !show_text) {
297 installingFrame = (installingFrame + 1) % installing_frames;
382 if (installing_frames > 0) {
383 installationOverlay = (gr_surface*)malloc(installing_frames *
385 for (i = 0; i < installing_frames; ++i) {

Completed in 147 milliseconds