Searched defs:surfaceControl (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/input/
H A DSpriteController.cpp94 void SpriteController::disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl) { argument
96 mLocked.disposedSurfaces.push(surfaceControl);
139 if (update.state.surfaceControl == NULL && update.state.wantSurfaceVisible()) {
144 update.state.surfaceControl = obtainSurface(
146 if (update.state.surfaceControl != NULL) {
157 if (update.state.surfaceControl != NULL && update.state.wantSurfaceVisible()) {
167 status_t status = update.state.surfaceControl->setSize(desiredWidth, desiredHeight);
179 status = update.state.surfaceControl->hide();
203 if (update.state.surfaceControl != NULL && !update.state.surfaceDrawn
205 sp<Surface> surface = update.state.surfaceControl
375 sp<SurfaceControl> surfaceControl = mSurfaceComposerClient->createSurface( local
[all...]
H A DSpriteController.h194 sp<SurfaceControl> surfaceControl; member in struct:android::SpriteController::SpriteState
234 inline void setSurfaceLocked(const sp<SurfaceControl>& surfaceControl, argument
236 mLocked.state.surfaceControl = surfaceControl;
281 void disposeSurfaceLocked(const sp<SurfaceControl>& surfaceControl);
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java733 int displayId, SurfaceControl surfaceControl) {
736 mSurfaceControl = surfaceControl;
732 NaturalSurfaceLayout(DisplayManagerInternal displayManagerInternal, int displayId, SurfaceControl surfaceControl) argument

Completed in 178 milliseconds