Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1652 const int animationX = (display.width - animation.width * ratioW) / 2; in playAnimation() local
1659 const int xc = animationX + trimX; in playAnimation()