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

  /bootable/recovery/
screen_ui.h 95 int indeterminate_frames; member in class:ScreenRecoveryUI
screen_ui.cpp 79 indeterminate_frames(6),
191 frame = (frame + indeterminate_frames - 1) % indeterminate_frames;
193 frame = (frame + 1) % indeterminate_frames;
373 progressBarIndeterminate = (gr_surface*)malloc(indeterminate_frames *
375 for (i = 0; i < indeterminate_frames; ++i) {

Completed in 41 milliseconds