summaryrefslogtreecommitdiffstats
path: root/include/gui
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2013-02-21 22:41:15 -0800
committerMichael Wright <michaelwr@google.com>2013-02-21 22:42:07 -0800
commit9a867a8798fa6ea21f6341db31e38ea64fde6c83 (patch)
tree51454c76465ba27e1f11705464714ed056ec5a4b /include/gui
parenta7121cf44bba20374a20003e13c4eaeb42871eeb (diff)
downloadframeworks_native-9a867a8798fa6ea21f6341db31e38ea64fde6c83.zip
frameworks_native-9a867a8798fa6ea21f6341db31e38ea64fde6c83.tar.gz
frameworks_native-9a867a8798fa6ea21f6341db31e38ea64fde6c83.tar.bz2
Change SurfaceControl setPosition to take floats
Bug: 8153162 Change-Id: If3c4b7a3e124ace25999eb9a569dc9a806a1fbc2
Diffstat (limited to 'include/gui')
-rw-r--r--include/gui/SurfaceControl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gui/SurfaceControl.h b/include/gui/SurfaceControl.h
index f70888d..9268e7d 100644
--- a/include/gui/SurfaceControl.h
+++ b/include/gui/SurfaceControl.h
@@ -57,7 +57,7 @@ public:
status_t setLayerStack(int32_t layerStack);
status_t setLayer(int32_t layer);
- status_t setPosition(int32_t x, int32_t y);
+ status_t setPosition(float x, float y);
status_t setSize(uint32_t w, uint32_t h);
status_t hide();
status_t show();