summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-10-16 08:52:30 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-16 08:52:30 -0700
commit596e590b472dc33a522f32a74e1f3bacb57534ab (patch)
treeb302dc1b4c366aef6900082860eca6416a87f3c5 /include/surfaceflinger
parent1cf3e2d0029e3f93d0c22a1b7a37025464c6c660 (diff)
parent7e9a54d460030a871a4f05e61e943c6a694e9ef8 (diff)
downloadframeworks_base-596e590b472dc33a522f32a74e1f3bacb57534ab.zip
frameworks_base-596e590b472dc33a522f32a74e1f3bacb57534ab.tar.gz
frameworks_base-596e590b472dc33a522f32a74e1f3bacb57534ab.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.h5
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