summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-10-10 17:26:41 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-10 17:26:41 -0700
commitb8021a88e5c00ebd985a348b56af29c95a178a90 (patch)
treeeb1bcf1f3cb2185303f1b44966b603ffc5f20ea5 /api
parent02f0daa580a3d97f64e126198e42c3247ee37517 (diff)
parent2918ab6c3258639148b8a5c78a34483af195246e (diff)
downloadframeworks_base-b8021a88e5c00ebd985a348b56af29c95a178a90.zip
frameworks_base-b8021a88e5c00ebd985a348b56af29c95a178a90.tar.gz
frameworks_base-b8021a88e5c00ebd985a348b56af29c95a178a90.tar.bz2
Merge "Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int)" into jb-mr1-dev
Diffstat (limited to 'api')
-rw-r--r--api/17.txt2
-rw-r--r--api/current.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/api/17.txt b/api/17.txt
index 9af3b49..7cadf9b 100644
--- a/api/17.txt
+++ b/api/17.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
diff --git a/api/current.txt b/api/current.txt
index 9af3b49..7cadf9b 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