Searched refs:playUntilComplete (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h76 bool playUntilComplete; member in struct:android::BootAnimation::Animation::Part
H A DBootAnimation.cpp553 part.playUntilComplete = pathType == 'c';
571 part.playUntilComplete = false;
702 if(exitPending() && !part.playUntilComplete)
716 for (size_t j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {

Completed in 48 milliseconds