diff options
author | Mathias Agopian <mathias@google.com> | 2012-08-02 21:27:56 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-08-03 13:22:58 -0700 |
commit | 92efd84f37ce5a8aae74dc9086f825a67b6894e9 (patch) | |
tree | a943214d564f8f702491aeac0b21149a38dcf1b6 /include/gui | |
parent | 92a979a92c34b7de609ce2b1662c73bb8a2728b9 (diff) | |
download | frameworks_native-92efd84f37ce5a8aae74dc9086f825a67b6894e9.zip frameworks_native-92efd84f37ce5a8aae74dc9086f825a67b6894e9.tar.gz frameworks_native-92efd84f37ce5a8aae74dc9086f825a67b6894e9.tar.bz2 |
screen-off animation won't be handled by SF anymore
Change-Id: Idc41386804ae7d7eb981c36e1bc55c270870c8d0
Diffstat (limited to 'include/gui')
-rw-r--r-- | include/gui/ISurfaceComposer.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/gui/ISurfaceComposer.h b/include/gui/ISurfaceComposer.h index 315a39b..82a5956 100644 --- a/include/gui/ISurfaceComposer.h +++ b/include/gui/ISurfaceComposer.h @@ -89,11 +89,6 @@ public: eSynchronous = 0x01, }; - enum { - eElectronBeamAnimationOn = 0x01, - eElectronBeamAnimationOff = 0x10 - }; - /* create connection with surface flinger, requires * ACCESS_SURFACE_FLINGER permission */ @@ -123,12 +118,6 @@ public: uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ) = 0; - /* triggers screen off animation */ - virtual status_t turnElectronBeamOff(int32_t mode) = 0; - - /* triggers screen on animation */ - virtual status_t turnElectronBeamOn(int32_t mode) = 0; - /* verify that an ISurfaceTexture was created by SurfaceFlinger. */ virtual bool authenticateSurfaceTexture( @@ -166,8 +155,6 @@ public: SET_TRANSACTION_STATE, SET_ORIENTATION, CAPTURE_SCREEN, - TURN_ELECTRON_BEAM_OFF, - TURN_ELECTRON_BEAM_ON, AUTHENTICATE_SURFACE, CREATE_DISPLAY_EVENT_CONNECTION, BLANK, |