diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2012-10-10 16:39:25 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2012-10-10 16:47:51 -0700 |
commit | 2918ab6c3258639148b8a5c78a34483af195246e (patch) | |
tree | 690da7eacc5e145d0e00c0d63dbf035fa51e7a0d /api | |
parent | 64182d8444e5f6c9bdc25d4a7e53fd8439e2303b (diff) | |
download | frameworks_base-2918ab6c3258639148b8a5c78a34483af195246e.zip frameworks_base-2918ab6c3258639148b8a5c78a34483af195246e.tar.gz frameworks_base-2918ab6c3258639148b8a5c78a34483af195246e.tar.bz2 |
Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)
- rename to LayoutParams.resolveLayoutDirection(int)
- upate 17.txt too
Change-Id: I54fe28dc47cfdb65ef0b5b0244dabbe1d675c781
Diffstat (limited to 'api')
-rw-r--r-- | api/17.txt | 2 | ||||
-rw-r--r-- | api/current.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25677,7 +25677,7 @@ package android.view { ctor public ViewGroup.LayoutParams(android.content.Context, android.util.AttributeSet); ctor public ViewGroup.LayoutParams(int, int); ctor public ViewGroup.LayoutParams(android.view.ViewGroup.LayoutParams); - method public void onResolveLayoutDirection(int); + method public void resolveLayoutDirection(int); method protected void setBaseAttributes(android.content.res.TypedArray, int, int); field public static final deprecated int FILL_PARENT = -1; // 0xffffffff field public static final int MATCH_PARENT = -1; // 0xffffffff diff --git a/api/current.txt b/api/current.txt index bebd566..9d35348 100644 --- a/api/current.txt +++ b/api/current.txt @@ -25677,7 +25677,7 @@ package android.view { ctor public ViewGroup.LayoutParams(android.content.Context, android.util.AttributeSet); ctor public ViewGroup.LayoutParams(int, int); ctor public ViewGroup.LayoutParams(android.view.ViewGroup.LayoutParams); - method public void onResolveLayoutDirection(int); + method public void resolveLayoutDirection(int); method protected void setBaseAttributes(android.content.res.TypedArray, int, int); field public static final deprecated int FILL_PARENT = -1; // 0xffffffff field public static final int MATCH_PARENT = -1; // 0xffffffff |