android.text.StaticLayout Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.text;
public class StaticLayout
extends android.text.Layout
{
public StaticLayout(java.lang.CharSequence source, android.text.TextPaint paint, int width, android.text.Layout.Alignment align, float spacingmult, float spacingadd, boolean includepad) { super((java.lang.CharSequence)null,(android.text.TextPaint)null,0,(android.text.Layout.Alignment)null,0,0); throw new RuntimeException("Stub!"); }
public StaticLayout(java.lang.CharSequence source, int bufstart, int bufend, android.text.TextPaint paint, int outerwidth, android.text.Layout.Alignment align, float spacingmult, float spacingadd, boolean includepad) { super((java.lang.CharSequence)null,(android.text.TextPaint)null,0,(android.text.Layout.Alignment)null,0,0); throw new RuntimeException("Stub!"); }
public StaticLayout(java.lang.CharSequence source, int bufstart, int bufend, android.text.TextPaint paint, int outerwidth, android.text.Layout.Alignment align, float spacingmult, float spacingadd, boolean includepad, android.text.TextUtils.TruncateAt ellipsize, int ellipsizedWidth) { super((java.lang.CharSequence)null,(android.text.TextPaint)null,0,(android.text.Layout.Alignment)null,0,0); throw new RuntimeException("Stub!"); }
public int getLineForVertical(int vertical) { throw new RuntimeException("Stub!"); }
public int getLineCount() { throw new RuntimeException("Stub!"); }
public int getLineTop(int line) { throw new RuntimeException("Stub!"); }
public int getLineDescent(int line) { throw new RuntimeException("Stub!"); }
public int getLineStart(int line) { throw new RuntimeException("Stub!"); }
public int getParagraphDirection(int line) { throw new RuntimeException("Stub!"); }
public boolean getLineContainsTab(int line) { throw new RuntimeException("Stub!"); }
public final android.text.Layout.Directions getLineDirections(int line) { throw new RuntimeException("Stub!"); }
public int getTopPadding() { throw new RuntimeException("Stub!"); }
public int getBottomPadding() { throw new RuntimeException("Stub!"); }
public int getEllipsisCount(int line) { throw new RuntimeException("Stub!"); }
public int getEllipsisStart(int line) { throw new RuntimeException("Stub!"); }
public int getEllipsizedWidth() { throw new RuntimeException("Stub!"); }
}