summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2011-05-17 14:16:43 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-05-17 14:16:43 -0700
commitdff789754865dff19792f0799cce2f76f7d41227 (patch)
tree023628a807836251bc23bc4bff81cd28ea121bab /api
parent63e2c0888d1a4f91a48874052d13c95291fdfea7 (diff)
parent8666663e6e6dfe615c8e29cae4a42c8f135b7554 (diff)
downloadframeworks_base-dff789754865dff19792f0799cce2f76f7d41227.zip
frameworks_base-dff789754865dff19792f0799cce2f76f7d41227.tar.gz
frameworks_base-dff789754865dff19792f0799cce2f76f7d41227.tar.bz2
Merge "View horizontalDirection public attribute resolution to an internal var."
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 5482cb8..b88ef3a 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -21271,6 +21271,7 @@ package android.view {
method public boolean isInEditMode();
method public boolean isInTouchMode();
method public boolean isLayoutRequested();
+ method public boolean isLayoutRtl();
method public boolean isLongClickable();
method public boolean isOpaque();
method protected boolean isPaddingOffsetRequired();