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

/frameworks/base/core/java/android/text/
H A DLayout.java40 public abstract class Layout { class
101 * Subclasses of Layout use this constructor to set the display text,
113 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
117 throw new IllegalArgumentException("Layout: " + width + " < 0");
130 * Replace constructor properties of this Layout with new ones. Be careful.
136 throw new IllegalArgumentException("Layout: " + width + " < 0");
149 * Draw this Layout on the specified Canvas.
156 * Draw this Layout on the specified canvas, with the highlight path drawn
378 * Return the text that is displayed by this Layout.
401 * Return the width to which this Layout i
[all...]

Completed in 47 milliseconds