From cf12897cf553bfd07734dad3de071915fd21d4eb Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Tue, 16 Oct 2012 20:51:12 -0700 Subject: 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 --- api/17.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'api/17.txt') 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); -- cgit v1.1