Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp604 mFlingerSurfaceControl = control; in readyToRun()
641 mFlingerSurfaceControl->updateDefaultBufferSize(mWidth, mHeight); in rotateAwayFromNaturalOrientationIfNeeded()
689 mFlingerSurfaceControl->updateDefaultBufferSize(newWidth, newHeight); in resizeSurface()
833 mFlingerSurfaceControl.clear(); in threadLoop()
1729 if (mShuttingDown || !mFlingerSurfaceControl || mTargetInset == 0) { in handleViewport()
1748 .setCrop(mFlingerSurfaceControl, Rect(0, interpolatedInset, mWidth, mHeight)) in handleViewport()
1758 t.setPosition(mFlingerSurfaceControl, 0, -mTargetInset) in handleViewport()
1759 .setCrop(mFlingerSurfaceControl, Rect(0, mTargetInset, mWidth, mHeight)); in handleViewport()
H A DBootAnimation.h231 sp<SurfaceControl> mFlingerSurfaceControl; variable