Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h105 bool progressEnabled; member
H A DBootAnimation.cpp1121 animation.progressEnabled = (progress != 0); in parseAnimationDesc()
1123 animation.progressEnabled = false; in parseAnimationDesc()
1480 bool displayProgress = animation.progressEnabled && in playAnimation()