summaryrefslogtreecommitdiffstats
path: root/include/gui/Surface.h
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2012-07-16 15:38:18 -0700
committerJeff Brown <jeffbrown@google.com>2012-07-16 15:38:18 -0700
commit6501e9944df131b3b7e293007084735dfa217f24 (patch)
tree2849339f6af82a543c3e75edae089bd2c46b9e0e /include/gui/Surface.h
parentf9176a93a5c9061fe001c91bca50dd0a58d54f10 (diff)
downloadframeworks_native-6501e9944df131b3b7e293007084735dfa217f24.zip
frameworks_native-6501e9944df131b3b7e293007084735dfa217f24.tar.gz
frameworks_native-6501e9944df131b3b7e293007084735dfa217f24.tar.bz2
Remove freeze(), unfreeze() and setFreezeTint().
This is all dead code. Change-Id: I646673aac793a6ec45021c370a2450f0ea4fbcce
Diffstat (limited to 'include/gui/Surface.h')
-rw-r--r--include/gui/Surface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gui/Surface.h b/include/gui/Surface.h
index 50bdf71..7b8873a 100644
--- a/include/gui/Surface.h
+++ b/include/gui/Surface.h
@@ -65,13 +65,10 @@ public:
status_t setSize(uint32_t w, uint32_t h);
status_t hide();
status_t show(int32_t layer = -1);
- status_t freeze();
- status_t unfreeze();
status_t setFlags(uint32_t flags, uint32_t mask);
status_t setTransparentRegionHint(const Region& transparent);
status_t setAlpha(float alpha=1.0f);
status_t setMatrix(float dsdx, float dtdx, float dsdy, float dtdy);
- status_t setFreezeTint(uint32_t tint);
status_t setCrop(const Rect& crop);
static status_t writeSurfaceToParcel(