Searched defs:setLayer (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/services/input/
H A DSpriteController.cpp294 status = update.state.surfaceControl->setLayer(surfaceLayer);
445 void SpriteController::SpriteImpl::setLayer(int32_t layer) { function in class:android::SpriteController::SpriteImpl
/frameworks/native/libs/gui/
H A DSurface.cpp101 status_t SurfaceControl::setLayer(int32_t layer) { function in class:android::SurfaceControl
105 return client->setLayer(mToken, layer);
H A DSurfaceComposerClient.cpp141 status_t setLayer(const sp<SurfaceComposerClient>& client, SurfaceID id,
266 status_t Composer::setLayer(const sp<SurfaceComposerClient>& client, function in class:android::Composer
511 status_t SurfaceComposerClient::setLayer(SurfaceID id, int32_t z) { function in class:android::SurfaceComposerClient
512 return getComposer().setLayer(this, id, z);
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp122 bool LayerBase::setLayer(uint32_t z) { function in class:android::LayerBase
/frameworks/base/core/java/android/view/
H A DSurface.java540 public void setLayer(int zorder) { method in class:Surface
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java512 public void setLayer(int zorder) { method in class:WindowStateAnimator.SurfaceTrace
513 super.setLayer(zorder);
515 Slog.v(SURFACE_TAG, "setLayer: " + this + ". Called by "
729 mSurface.setLayer(mAnimLayer);
1254 mSurface.setLayer(mAnimLayer);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp777 virtual status_t setLayer(size_t index) { function in class:android::Iterable

Completed in 1379 milliseconds