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

  /bootable/recovery/
screen_ui.h 199 size_t loop_frames; member in class:ScreenRecoveryUI
wear_ui.cpp 37 loop_frames = 60;
screen_ui.cpp 80 loop_frames(0),
524 current_frame = (current_frame + 1) % loop_frames;
656 loop_frames = loop_frame_names.size();
661 if (loop_frames == 0) abort();
671 loopFrames = new GRSurface*[loop_frames];
672 for (size_t i = 0; i < loop_frames; i++) {

Completed in 75 milliseconds