summaryrefslogtreecommitdiffstats
path: root/api/17.txt
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/17.txt
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/17.txt')
-rw-r--r--api/17.txt1
1 files changed, 0 insertions, 1 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);