Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp617 mFlingerSurfaceControl = control; in readyToRun()
655 mFlingerSurfaceControl->updateDefaultBufferSize(mWidth, mHeight); in rotateAwayFromNaturalOrientationIfNeeded()
714 mFlingerSurfaceControl->updateDefaultBufferSize(mWidth, mHeight); in resizeSurface()
861 mFlingerSurfaceControl.clear(); in threadLoop()
1782 if (mShuttingDown || !mFlingerSurfaceControl || mTargetInset == 0) { in handleViewport()
1801 .setCrop(mFlingerSurfaceControl, Rect(0, interpolatedInset, mWidth, mHeight)) in handleViewport()
1811 t.setPosition(mFlingerSurfaceControl, 0, -mTargetInset) in handleViewport()
1812 .setCrop(mFlingerSurfaceControl, Rect(0, mTargetInset, mWidth, mHeight)); in handleViewport()
DBootAnimation.h231 sp<SurfaceControl> mFlingerSurfaceControl; variable