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

  /bootable/recovery/
screen_ui.cpp 75 intro_frames(0),
379 if (current_frame == intro_frames - 1) {
517 intro_frames = intro_frame_names.size();
521 if (intro_frames == 0) intro_done = true;
528 introFrames = new GRSurface*[intro_frames];
529 for (size_t i = 0; i < intro_frames; i++) {
screen_ui.h 125 size_t intro_frames; member in class:ScreenRecoveryUI
wear_ui.cpp 58 intro_frames = 22;

Completed in 98 milliseconds