Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1083 bool postDynamicColoring = false; in parseAnimationDesc() local
1152 part.postDynamicColoring = false; in parseAnimationDesc()
1153 postDynamicColoring = true; in parseAnimationDesc()
1157 part.postDynamicColoring = postDynamicColoring; in parseAnimationDesc()
1497 : (part.postDynamicColoring ? 1 : 0); in playAnimation()
H A DBootAnimation.h96 bool postDynamicColoring = false; member