diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-05-18 18:04:11 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-05-18 18:04:11 -0700 |
commit | 35013d0e8be6b67c6a0161b8472496a825657944 (patch) | |
tree | 9ae46753dfbf5c2e943c4073ea61b6f358537191 /api/16.txt | |
parent | 52fcdd013943954e4baa4542f78557da33bc646b (diff) | |
parent | 39af624f3135328ec0550888e99f4350572634b5 (diff) | |
download | frameworks_base-35013d0e8be6b67c6a0161b8472496a825657944.zip frameworks_base-35013d0e8be6b67c6a0161b8472496a825657944.tar.gz frameworks_base-35013d0e8be6b67c6a0161b8472496a825657944.tar.bz2 |
Merge "DO NOT MERGE: Remove a few left-over layout direction things." into jb-dev
Diffstat (limited to 'api/16.txt')
-rw-r--r-- | api/16.txt | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9243,7 +9243,6 @@ package android.graphics.drawable { method public int getMinimumWidth(); method public abstract int getOpacity(); method public boolean getPadding(android.graphics.Rect); - method public int getResolvedLayoutDirectionSelf(); method public int[] getState(); method public android.graphics.Region getTransparentRegion(); method public void inflate(android.content.res.Resources, org.xmlpull.v1.XmlPullParser, android.util.AttributeSet) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; @@ -28620,8 +28619,6 @@ package android.widget { method public void onEndBatchEdit(); method public boolean onPreDraw(); method public boolean onPrivateIMECommand(java.lang.String, android.os.Bundle); - method public void onResolvedLayoutDirectionReset(); - method public void onResolvedTextDirectionChanged(); method public void onRestoreInstanceState(android.os.Parcelable); method public android.os.Parcelable onSaveInstanceState(); method protected void onSelectionChanged(int, int); |