summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2014-05-16 00:37:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-16 00:37:29 +0000
commitc9ee304c91b5572f0c1cd95e9bd1e4a84e28587d (patch)
treebfa9e5965d749b815ac7e55cea6b7b204db70cca /api
parent6c536eac59adf6e11694ba3800222ad03fe93d1f (diff)
parentdeeda3d337aed1eee218b89a7aba5992ced371f0 (diff)
downloadframeworks_base-c9ee304c91b5572f0c1cd95e9bd1e4a84e28587d.zip
frameworks_base-c9ee304c91b5572f0c1cd95e9bd1e4a84e28587d.tar.gz
frameworks_base-c9ee304c91b5572f0c1cd95e9bd1e4a84e28587d.tar.bz2
Merge "Round rect outline clipping"
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index af154f8..8e2c9f1 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -10214,7 +10214,9 @@ package android.graphics {
public final class Outline {
ctor public Outline();
ctor public Outline(android.graphics.Outline);
+ method public boolean canClip();
method public boolean isValid();
+ method public void reset();
method public void set(android.graphics.Outline);
method public void setConvexPath(android.graphics.Path);
method public void setOval(int, int, int, int);