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 104 int indeterminate_frames; member in class:ScreenRecoveryUI
screen_ui.cpp 79 indeterminate_frames(6),
207 frame = (frame + indeterminate_frames - 1) % indeterminate_frames;
209 frame = (frame + 1) % indeterminate_frames;
412 progressBarIndeterminate = (gr_surface*)malloc(indeterminate_frames *
414 for (i = 0; i < indeterminate_frames; ++i) {

Completed in 30 milliseconds