summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-10-10 16:39:25 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2012-10-10 16:47:51 -0700
commit2918ab6c3258639148b8a5c78a34483af195246e (patch)
tree690da7eacc5e145d0e00c0d63dbf035fa51e7a0d /api/current.txt
parent64182d8444e5f6c9bdc25d4a7e53fd8439e2303b (diff)
downloadframeworks_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/current.txt')
-rw-r--r--api/current.txt2
1 files changed, 1 insertions, 1 deletions
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