Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39af624f authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

DO NOT MERGE: Remove a few left-over layout direction things.

Change-Id: Id66b171594af939df4716aa0e0baa25fe47eecee
parent fb5c3dba
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);
+0 −3
Original line number Diff line number Diff line
@@ -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);
+2 −0
Original line number Diff line number Diff line
@@ -5625,6 +5625,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
                      physicalWidth, false);
    }

    /** @hide */
    @Override
    public void onResolvedLayoutDirectionReset() {
        if (mLayoutAlignment != null) {
@@ -8161,6 +8162,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        return mEditor.mInBatchEditControllers;
    }

    /** @hide */
    @Override
    public void onResolvedTextDirectionChanged() {
        if (hasPasswordTransformationMethod()) {
+1 −0
Original line number Diff line number Diff line
@@ -386,6 +386,7 @@ public abstract class Drawable {

    /**
     * Get the resolved layout direction of this Drawable.
     * @hide
     */
    public int getResolvedLayoutDirectionSelf() {
        final Callback callback = getCallback();