Searched defs:fcount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp586 const size_t fcount = part.frames.size(); local
605 for (size_t j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {
663 for (size_t j=0 ; j<fcount ; j++) {

Completed in 113 milliseconds