summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-10-13 15:55:57 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-10-13 15:55:57 -0700
commit011b5bcc0355338b7ff906656282a54ffaa04b5a (patch)
tree9f6d7c04c957756d2ce6f87dceab45e135e7dff3 /include
parent90d59d180bd963f00161e6bfaabfda432960cab6 (diff)
parent2d2b803a92ba531cf6c4bb7042326653255b8780 (diff)
downloadframeworks_base-011b5bcc0355338b7ff906656282a54ffaa04b5a.zip
frameworks_base-011b5bcc0355338b7ff906656282a54ffaa04b5a.tar.gz
frameworks_base-011b5bcc0355338b7ff906656282a54ffaa04b5a.tar.bz2
Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread
Diffstat (limited to 'include')
-rw-r--r--include/surfaceflinger/ISurfaceComposer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/surfaceflinger/ISurfaceComposer.h b/include/surfaceflinger/ISurfaceComposer.h
index 1a1821c..de447be 100644
--- a/include/surfaceflinger/ISurfaceComposer.h
+++ b/include/surfaceflinger/ISurfaceComposer.h
@@ -119,6 +119,7 @@ public:
uint32_t reqWidth, uint32_t reqHeight) = 0;
virtual status_t turnElectronBeamOff(int32_t mode) = 0;
+ virtual status_t turnElectronBeamOn(int32_t mode) = 0;
/* Signal surfaceflinger that there might be some work to do
* This is an ASYNCHRONOUS call.
@@ -145,7 +146,8 @@ public:
UNFREEZE_DISPLAY,
SIGNAL,
CAPTURE_SCREEN,
- TURN_ELECTRON_BEAM_OFF
+ TURN_ELECTRON_BEAM_OFF,
+ TURN_ELECTRON_BEAM_ON
};
virtual status_t onTransact( uint32_t code,