Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h107 bool progressEnabled; member
H A DBootAnimation.cpp1182 animation.progressEnabled = (progress != 0); in parseAnimationDesc()
1184 animation.progressEnabled = false; in parseAnimationDesc()
1571 bool displayProgress = animation.progressEnabled && in playAnimation()