Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1161 char pathType; in parseAnimationDesc() local
1199 &pathType, &count, &pause, path, &nextReadPos) >= 4) { in parseAnimationDesc()
1200 if (pathType == 'f') { in parseAnimationDesc()
1220 part.playUntilComplete = pathType == 'c'; in parseAnimationDesc()