Loading api/current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -8772,7 +8772,7 @@ package android.graphics { method public final boolean isDither(); method public final boolean isFakeBoldText(); method public final boolean isFilterBitmap(); method public final deprecated boolean isLinearText(); method public final boolean isLinearText(); method public final boolean isStrikeThruText(); method public final boolean isSubpixelText(); method public final boolean isUnderlineText(); Loading @@ -8792,7 +8792,7 @@ package android.graphics { method public void setFilterBitmap(boolean); method public void setFlags(int); method public void setHinting(int); method public deprecated void setLinearText(boolean); method public void setLinearText(boolean); method public android.graphics.MaskFilter setMaskFilter(android.graphics.MaskFilter); method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect); method public android.graphics.Rasterizer setRasterizer(android.graphics.Rasterizer); graphics/java/android/graphics/Paint.java +0 −2 Original line number Diff line number Diff line Loading @@ -553,7 +553,6 @@ public class Paint { * * @return true if the lineartext bit is set in the paint's flags */ @Deprecated public final boolean isLinearText() { return (getFlags() & LINEAR_TEXT_FLAG) != 0; } Loading @@ -564,7 +563,6 @@ public class Paint { * @param linearText true to set the linearText bit in the paint's flags, * false to clear it. */ @Deprecated public native void setLinearText(boolean linearText); /** Loading Loading
api/current.txt +2 −2 Original line number Diff line number Diff line Loading @@ -8772,7 +8772,7 @@ package android.graphics { method public final boolean isDither(); method public final boolean isFakeBoldText(); method public final boolean isFilterBitmap(); method public final deprecated boolean isLinearText(); method public final boolean isLinearText(); method public final boolean isStrikeThruText(); method public final boolean isSubpixelText(); method public final boolean isUnderlineText(); Loading @@ -8792,7 +8792,7 @@ package android.graphics { method public void setFilterBitmap(boolean); method public void setFlags(int); method public void setHinting(int); method public deprecated void setLinearText(boolean); method public void setLinearText(boolean); method public android.graphics.MaskFilter setMaskFilter(android.graphics.MaskFilter); method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect); method public android.graphics.Rasterizer setRasterizer(android.graphics.Rasterizer);
graphics/java/android/graphics/Paint.java +0 −2 Original line number Diff line number Diff line Loading @@ -553,7 +553,6 @@ public class Paint { * * @return true if the lineartext bit is set in the paint's flags */ @Deprecated public final boolean isLinearText() { return (getFlags() & LINEAR_TEXT_FLAG) != 0; } Loading @@ -564,7 +563,6 @@ public class Paint { * @param linearText true to set the linearText bit in the paint's flags, * false to clear it. */ @Deprecated public native void setLinearText(boolean linearText); /** Loading