diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2012-10-16 20:51:12 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2012-10-16 20:59:04 -0700 |
commit | cf12897cf553bfd07734dad3de071915fd21d4eb (patch) | |
tree | b06bb0575df23595232c87639eaaddfc1406562c /api | |
parent | 809bb404da66498f1723279542d2a7d1f4512052 (diff) | |
download | frameworks_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.txt | 1 | ||||
-rw-r--r-- | api/current.txt | 3 |
2 files changed, 1 insertions, 3 deletions
@@ -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); |