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
131 * of normal {@link StaticLayout} usage.
179 * @param alignment Alignment for the resulting {@link StaticLayout}
379 * Build the {@link StaticLayout} afte
433 public StaticLayout(CharSequence source, TextPaint paint, method in class:StaticLayout
444 public StaticLayout(CharSequence source, TextPaint paint, method in class:StaticLayout
452 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
464 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
473 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
487 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
539 /* package */ StaticLayout(CharSequence text) { method in class:StaticLayout
547 private StaticLayout(Builder b) { method in class:StaticLayout
[all...]

Completed in 70 milliseconds