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

/frameworks/minikin/include/minikin/
H A DLayout.h60 // Lifecycle and threading assumptions for Layout:
64 // extend through the lifetime of the Layout object.
65 class Layout { class in namespace:android
68 Layout() : mGlyphs(), mAdvances(), mCollection(0), mFaces(), mAdvance(0), mBounds() { function in class:android::Layout
125 void appendLayout(Layout* src, size_t start);
/frameworks/base/core/java/android/text/
H A DLayout.java45 public abstract class Layout { class
100 * Subclasses of Layout use this constructor to set the display text,
112 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
120 * Subclasses of Layout use this constructor to set the display text,
134 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
139 throw new IllegalArgumentException("Layout: " + width + " < 0");
162 * Replace constructor properties of this Layout with new ones. Be careful.
168 throw new IllegalArgumentException("Layout: " + width + " < 0");
181 * Draw this Layout on the specified Canvas.
188 * Draw this Layout o
[all...]

Completed in 115 milliseconds