summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2012-10-16 20:51:12 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2012-10-16 20:59:04 -0700
commitcf12897cf553bfd07734dad3de071915fd21d4eb (patch)
treeb06bb0575df23595232c87639eaaddfc1406562c /api
parent809bb404da66498f1723279542d2a7d1f4512052 (diff)
downloadframeworks_base-cf12897cf553bfd07734dad3de071915fd21d4eb.zip
frameworks_base-cf12897cf553bfd07734dad3de071915fd21d4eb.tar.gz
frameworks_base-cf12897cf553bfd07734dad3de071915fd21d4eb.tar.bz2
Fix bug #7363252 Popup and Dialog UI widgets should be RTL aware
- set the Configuration's layout direction in ViewRootImpl instead of PhoneWindow$DecorView - then remove unecessary API on ListPopupWindow for passing the layout direction Change-Id: Ia2c6e4aa8cb82aed9b088bc3b8004ea0a1ded1f3
Diffstat (limited to 'api')
-rw-r--r--api/17.txt1
-rw-r--r--api/current.txt3
2 files changed, 1 insertions, 3 deletions
diff --git a/api/17.txt b/api/17.txt
index ee9a973..84c2a93 100644
--- a/api/17.txt
+++ b/api/17.txt
@@ -28617,7 +28617,6 @@ package android.widget {
method public void setHeight(int);
method public void setHorizontalOffset(int);
method public void setInputMethodMode(int);
- method public void setLayoutDirection(int);
method public void setListSelector(android.graphics.drawable.Drawable);
method public void setModal(boolean);
method public void setOnDismissListener(android.widget.PopupWindow.OnDismissListener);
diff --git a/api/current.txt b/api/current.txt
index b5aa2c1..bc22cae 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -16149,7 +16149,7 @@ package android.os {
public class Looper {
method public void dump(android.util.Printer, java.lang.String);
- method public static synchronized android.os.Looper getMainLooper();
+ method public static android.os.Looper getMainLooper();
method public java.lang.Thread getThread();
method public static void loop();
method public static android.os.Looper myLooper();
@@ -28617,7 +28617,6 @@ package android.widget {
method public void setHeight(int);
method public void setHorizontalOffset(int);
method public void setInputMethodMode(int);
- method public void setLayoutDirection(int);
method public void setListSelector(android.graphics.drawable.Drawable);
method public void setModal(boolean);
method public void setOnDismissListener(android.widget.PopupWindow.OnDismissListener);