Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp1055 int interpolatedInset = (cosf((fraction + 1) * M_PI) / 2.0f + 0.5f) * mTargetInset; in handleViewport() local
1058 .setCrop(mFlingerSurfaceControl, Rect(0, interpolatedInset, mWidth, mHeight)) in handleViewport()