Searched refs:mFlingerSurfaceControl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 333 mFlingerSurfaceControl = control; in readyToRun() 415 mFlingerSurfaceControl.clear(); in threadLoop() 1064 if (mShuttingDown || !mFlingerSurfaceControl || mTargetInset == 0) { in handleViewport() 1083 .setCrop(mFlingerSurfaceControl, Rect(0, interpolatedInset, mWidth, mHeight)) in handleViewport() 1093 t.setPosition(mFlingerSurfaceControl, 0, -mTargetInset) in handleViewport() 1094 .setCrop(mFlingerSurfaceControl, Rect(0, mTargetInset, mWidth, mHeight)); in handleViewport()
|
D | BootAnimation.h | 181 sp<SurfaceControl> mFlingerSurfaceControl; variable
|