diff options
author | Mathias Agopian <mathias@google.com> | 2010-10-16 08:52:30 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-10-16 08:52:30 -0700 |
commit | fb3051b15e15b0f57196e0f2bc6ba8570f7ffe5e (patch) | |
tree | 34c53f1b0701a01459e015dbc3e8915389d009a2 /include/surfaceflinger | |
parent | 1cc53746aa8f548349385af7134af1135cfd1d5e (diff) | |
parent | af384f8e3bf56f9bf4f10e5977093cbc41557464 (diff) | |
download | frameworks_native-fb3051b15e15b0f57196e0f2bc6ba8570f7ffe5e.zip frameworks_native-fb3051b15e15b0f57196e0f2bc6ba8570f7ffe5e.tar.gz frameworks_native-fb3051b15e15b0f57196e0f2bc6ba8570f7ffe5e.tar.bz2 |
am 7e9a54d4: am d4e03f37: addresses parts of 3096779 and 3097475
Merge commit '7e9a54d460030a871a4f05e61e943c6a694e9ef8'
* commit '7e9a54d460030a871a4f05e61e943c6a694e9ef8':
addresses parts of 3096779 and 3097475
Diffstat (limited to 'include/surfaceflinger')
-rw-r--r-- | include/surfaceflinger/ISurfaceComposer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/surfaceflinger/ISurfaceComposer.h b/include/surfaceflinger/ISurfaceComposer.h index 0c9a072..db57859 100644 --- a/include/surfaceflinger/ISurfaceComposer.h +++ b/include/surfaceflinger/ISurfaceComposer.h @@ -78,6 +78,11 @@ public: eOrientationSwapMask = 0x01 }; + enum { + eElectronBeamAnimationOn = 0x01, + eElectronBeamAnimationOff = 0x10 + }; + // flags for setOrientation enum { eOrientationAnimationDisable = 0x00000001 |