FileDocCategorySizeDatePackage
DynamicLayout.javaAPI DocAndroid 5.1 API2174Sat Mar 14 14:09:44 GMT 2015android.text

DynamicLayout

public class DynamicLayout extends android.text.Layout

Fields Summary
Constructors Summary
public DynamicLayout(CharSequence base, 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 DynamicLayout(CharSequence base, CharSequence display, 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 DynamicLayout(CharSequence base, CharSequence display, android.text.TextPaint paint, int width, 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!"); 
Methods Summary
public intgetBottomPadding()

 throw new RuntimeException("Stub!"); 
public intgetEllipsisCount(int line)

 throw new RuntimeException("Stub!"); 
public intgetEllipsisStart(int line)

 throw new RuntimeException("Stub!"); 
public intgetEllipsizedWidth()

 throw new RuntimeException("Stub!"); 
public booleangetLineContainsTab(int line)

 throw new RuntimeException("Stub!"); 
public intgetLineCount()

 throw new RuntimeException("Stub!"); 
public intgetLineDescent(int line)

 throw new RuntimeException("Stub!"); 
public final android.text.Layout.DirectionsgetLineDirections(int line)

 throw new RuntimeException("Stub!"); 
public intgetLineStart(int line)

 throw new RuntimeException("Stub!"); 
public intgetLineTop(int line)

 throw new RuntimeException("Stub!"); 
public intgetParagraphDirection(int line)

 throw new RuntimeException("Stub!"); 
public intgetTopPadding()

 throw new RuntimeException("Stub!");