Home
last modified time | relevance | path

Searched refs:fcount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp873 const size_t fcount = part.frames.size(); in playAnimation() local
897 for (size_t j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) { in playAnimation()
969 const size_t fcount = part.frames.size(); in playAnimation() local
970 for (size_t j = 0; j < fcount; j++) { in playAnimation()