From 2918ab6c3258639148b8a5c78a34483af195246e Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Wed, 10 Oct 2012 16:39:25 -0700 Subject: Fix bug #7326778 Rename LayoutParams.onResolveLayoutDirection(int) - rename to LayoutParams.resolveLayoutDirection(int) - upate 17.txt too Change-Id: I54fe28dc47cfdb65ef0b5b0244dabbe1d675c781 --- api/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/current.txt') 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 -- cgit v1.1