Searched defs:StaticLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DStaticLayout.java37 * StaticLayout is a Layout for text that will not be edited after it
46 public class StaticLayout extends Layout { class in inherits:Layout
48 static final String TAG = "StaticLayout";
52 * StaticLayout objects and should be preferred over the constructors,
56 * to build the StaticLayout object. Parameters not explicitly set will get
65 * Obtain a builder for constructing StaticLayout objects
72 * @return a builder object used for constructing the StaticLayout
130 * of normal {@link StaticLayout} usage.
178 * @param alignment Alignment for the resulting {@link StaticLayout}
365 * Build the {@link StaticLayout} afte
418 public StaticLayout(CharSequence source, TextPaint paint, method in class:StaticLayout
429 public StaticLayout(CharSequence source, TextPaint paint, method in class:StaticLayout
437 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
449 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
458 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
472 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
524 /* package */ StaticLayout(CharSequence text) { method in class:StaticLayout
532 private StaticLayout(Builder b) { method in class:StaticLayout
[all...]

Completed in 66 milliseconds