Searched refs:mFlingerSurfaceControl (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 323 mFlingerSurfaceControl = control; in readyToRun() 390 mFlingerSurfaceControl.clear(); in threadLoop() 1039 if (mShuttingDown || !mFlingerSurfaceControl || mTargetInset == 0) { in handleViewport() 1058 .setCrop(mFlingerSurfaceControl, Rect(0, interpolatedInset, mWidth, mHeight)) in handleViewport() 1068 t.setPosition(mFlingerSurfaceControl, 0, -mTargetInset) in handleViewport() 1069 .setCrop(mFlingerSurfaceControl, Rect(0, mTargetInset, mWidth, mHeight)); in handleViewport()
|
D | BootAnimation.h | 178 sp<SurfaceControl> mFlingerSurfaceControl; variable
|