Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1202 char pathType; in parseAnimationDesc() local
1240 &pathType, &count, &pause, path, &nextReadPos) >= 4) { in parseAnimationDesc()
1241 if (pathType == 'f') { in parseAnimationDesc()
1261 part.playUntilComplete = pathType == 'c'; in parseAnimationDesc()