Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h107 bool progressEnabled; member
DBootAnimation.cpp1223 animation.progressEnabled = (progress != 0); in parseAnimationDesc()
1225 animation.progressEnabled = false; in parseAnimationDesc()
1620 bool displayProgress = animation.progressEnabled && in playAnimation()