diff options
| author | 2017-04-13 07:12:51 +0000 | |
|---|---|---|
| committer | 2017-04-13 07:12:56 +0000 | |
| commit | 7dcda8011de1753b0d9f4bf640733f83db601cec (patch) | |
| tree | 0bb8b9b8a614059aafdc821ef007dfaeced3f042 /include/gui/SurfaceComposerClient.h | |
| parent | a30e1cbfcca82951eae9f6a83f630c6bc3b9cfc8 (diff) | |
| parent | db66e627ad8904491e384c64f82fc77a939b9705 (diff) | |
Merge "SurfaceFlinger: Add parent-less relative layering." into oc-dev
Diffstat (limited to 'include/gui/SurfaceComposerClient.h')
| -rw-r--r-- | include/gui/SurfaceComposerClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h index 394425a328..ec310cf6f9 100644 --- a/include/gui/SurfaceComposerClient.h +++ b/include/gui/SurfaceComposerClient.h @@ -146,6 +146,8 @@ public: status_t setFlags(const sp<IBinder>& id, uint32_t flags, uint32_t mask); status_t setTransparentRegionHint(const sp<IBinder>& id, const Region& transparent); status_t setLayer(const sp<IBinder>& id, int32_t layer); + status_t setRelativeLayer(const sp<IBinder>& id, + const sp<IBinder>& relativeTo, int32_t layer); status_t setAlpha(const sp<IBinder>& id, float alpha=1.0f); status_t setMatrix(const sp<IBinder>& id, float dsdx, float dtdx, float dtdy, float dsdy); status_t setPosition(const sp<IBinder>& id, float x, float y); |