diff options
author | Chris Craik <ccraik@google.com> | 2014-08-08 10:46:03 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2014-08-19 18:04:14 -0700 |
commit | f56885d413b9910a414716c4652c26f888dac316 (patch) | |
tree | b8db6bdaa07f11b7c4dc72e31d0e41114e1804ff /api | |
parent | 3acf66f5580b9e411ff20674c676de0901d4b459 (diff) | |
download | frameworks_base-f56885d413b9910a414716c4652c26f888dac316.zip frameworks_base-f56885d413b9910a414716c4652c26f888dac316.tar.gz frameworks_base-f56885d413b9910a414716c4652c26f888dac316.tar.bz2 |
Add outlineProvider attribute
bug:16871683
Change-Id: Iae9326c41872ac03d40ebeec6257522a34cbe1ff
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index b2106d2..3faf5b9 100644 --- a/api/current.txt +++ b/api/current.txt @@ -930,6 +930,7 @@ package android { field public static final int orderingFromXml = 16843239; // 0x10101e7 field public static final int orientation = 16842948; // 0x10100c4 field public static final int outAnimation = 16843128; // 0x1010178 + field public static final int outlineProvider = 16843961; // 0x10104b9 field public static final int overScrollFooter = 16843459; // 0x10102c3 field public static final int overScrollHeader = 16843458; // 0x10102c2 field public static final int overScrollMode = 16843457; // 0x10102c1 @@ -35193,6 +35194,8 @@ package android.view { ctor public ViewOutlineProvider(); method public abstract void getOutline(android.view.View, android.graphics.Outline); field public static final android.view.ViewOutlineProvider BACKGROUND; + field public static final android.view.ViewOutlineProvider BOUNDS; + field public static final android.view.ViewOutlineProvider PADDED_BOUNDS; } public class ViewOverlay { |