Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.h187 int mCurrentInset; variable
DBootAnimation.cpp1202 if(exitPending() && !part.count && mCurrentInset >= mTargetInset) in playAnimation()
1242 if (mCurrentInset < mTargetInset) { in handleViewport()
1244 float fraction = static_cast<float>(mCurrentInset) / mTargetInset; in handleViewport()
1263 mTargetInset = mCurrentInset = 0; in handleViewport()
1267 mCurrentInset += delta; in handleViewport()