diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2012-07-27 14:45:44 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2012-07-27 14:45:44 -0700 |
commit | f2c278551c7818e16577c70a3dd4cba459162589 (patch) | |
tree | b6122011c38f1c1c1b8f7d39d9d8deb11361d3da /api | |
parent | 39df578acddb739d7608e458533904bf5814c0da (diff) | |
download | frameworks_base-f2c278551c7818e16577c70a3dd4cba459162589.zip frameworks_base-f2c278551c7818e16577c70a3dd4cba459162589.tar.gz frameworks_base-f2c278551c7818e16577c70a3dd4cba459162589.tar.bz2 |
Fix the build
- update current.txt
Change-Id: I98d6cfbe71564dcded8d8d757dd183ba678d4184
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index b1b0ae6..e9d17c9 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28069,6 +28069,7 @@ 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); |