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

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h73 bool playUntilComplete; member in struct:android::BootAnimation::Animation::Part
H A DBootAnimation.cpp429 part.playUntilComplete = pathType == 'c';
504 if(exitPending() && !part.playUntilComplete)
507 for (int j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {

Completed in 40 milliseconds