Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1105 char pathType; in parseAnimationDesc() local
1138 &pathType, &count, &pause, path, &nextReadPos) >= 4) { in parseAnimationDesc()
1139 if (pathType == 'f') { in parseAnimationDesc()
1159 part.playUntilComplete = pathType == 'c'; in parseAnimationDesc()