diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-05-18 17:05:14 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2012-05-18 17:34:06 -0700 |
commit | 39af624f3135328ec0550888e99f4350572634b5 (patch) | |
tree | bc148079383905514d4db3cbc271f2a7317dcbfb /api/current.txt | |
parent | fb5c3dba4ddac023cfd4cdcabdfdbcf343197c94 (diff) | |
download | frameworks_base-39af624f3135328ec0550888e99f4350572634b5.zip frameworks_base-39af624f3135328ec0550888e99f4350572634b5.tar.gz frameworks_base-39af624f3135328ec0550888e99f4350572634b5.tar.bz2 |
DO NOT MERGE: Remove a few left-over layout direction things.
Change-Id: Id66b171594af939df4716aa0e0baa25fe47eecee
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt index 2c02347..7bdc704 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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); |