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

/frameworks/base/core/java/android/text/
H A DStaticLayout.java36 * StaticLayout is a Layout for text that will not be edited after it
45 public class StaticLayout extends Layout { class in inherits:Layout
47 static final String TAG = "StaticLayout";
51 * StaticLayout objects and should be preferred over the constructors,
55 * to build the StaticLayout object. Parameters not explicitly set will get
64 * Obtain a builder for constructing StaticLayout objects
71 * @return a builder object used for constructing the StaticLayout
129 * of normal {@link StaticLayout} usage.
177 * @param alignment Alignment for the resulting {@link StaticLayout}
363 * Build the {@link StaticLayout} afte
416 public StaticLayout(CharSequence source, TextPaint paint, method in class:StaticLayout
427 public StaticLayout(CharSequence source, TextPaint paint, method in class:StaticLayout
435 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
447 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
456 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
470 public StaticLayout(CharSequence source, int bufstart, int bufend, method in class:StaticLayout
522 /* package */ StaticLayout(CharSequence text) { method in class:StaticLayout
530 private StaticLayout(Builder b) { method in class:StaticLayout
[all...]

Completed in 52 milliseconds