Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h221 int mInitHeight; variable
H A DBootAnimation.cpp603 mInitHeight = mHeight = h; in readyToRun()
640 std::swap(mInitWidth, mInitHeight); in rotateAwayFromNaturalOrientationIfNeeded()
1592 const double ratio_h = static_cast<double>(mHeight) / mInitHeight; in playAnimation()