Searched defs:setRelativeLayer (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/gui/
H A DSurfaceControl.cpp112 status_t SurfaceControl::setRelativeLayer(const sp<IBinder>& relativeTo, int32_t layer) { function in class:android::SurfaceControl
115 return mClient->setRelativeLayer(mHandle, relativeTo, layer);
H A DSurfaceComposerClient.cpp152 status_t setRelativeLayer(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
348 status_t Composer::setRelativeLayer(const sp<SurfaceComposerClient>& client, function in class:android::Composer
779 status_t SurfaceComposerClient::setRelativeLayer(const sp<IBinder>& id, function in class:android::SurfaceComposerClient
781 return getComposer().setRelativeLayer(this, id, relativeTo, z);
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java469 public void setRelativeLayer(IBinder relativeTo, int zorder) { method in class:SurfaceControl
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1789 bool Layer::setRelativeLayer(const sp<IBinder>& relativeToHandle, int32_t z) { function in class:android::Layer

Completed in 3837 milliseconds