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

  /bootable/recovery/
screen_ui.h 198 size_t intro_frames; member in class:ScreenRecoveryUI
wear_ui.cpp 36 intro_frames = 22;
screen_ui.cpp 79 intro_frames(0),
517 if (current_frame == intro_frames - 1) {
655 intro_frames = intro_frame_names.size();
659 if (intro_frames == 0) intro_done = true;
666 introFrames = new GRSurface*[intro_frames];
667 for (size_t i = 0; i < intro_frames; i++) {

Completed in 61 milliseconds