summaryrefslogtreecommitdiffstats
path: root/include/surfaceflinger
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-10-14 15:17:16 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-14 15:17:16 -0700
commit7e9a54d460030a871a4f05e61e943c6a694e9ef8 (patch)
treebf9ceeac3814d10936174d73ee85b586b633095e /include/surfaceflinger
parenta8faf91fa558be1235d508e776eb24be4429585c (diff)
parentd4e03f37423bee383d17f7292753a5f67e497a28 (diff)
downloadframeworks_base-7e9a54d460030a871a4f05e61e943c6a694e9ef8.zip
frameworks_base-7e9a54d460030a871a4f05e61e943c6a694e9ef8.tar.gz
frameworks_base-7e9a54d460030a871a4f05e61e943c6a694e9ef8.tar.bz2
am d4e03f37: addresses parts of 3096779 and 3097475
Merge commit 'd4e03f37423bee383d17f7292753a5f67e497a28' into gingerbread-plus-aosp * commit 'd4e03f37423bee383d17f7292753a5f67e497a28': 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 de447be..da4d56f 100644
--- a/include/surfaceflinger/ISurfaceComposer.h
+++ b/include/surfaceflinger/ISurfaceComposer.h
@@ -77,6 +77,11 @@ public:
eOrientationSwapMask = 0x01
};
+ enum {
+ eElectronBeamAnimationOn = 0x01,
+ eElectronBeamAnimationOff = 0x10
+ };
+
// flags for setOrientation
enum {
eOrientationAnimationDisable = 0x00000001