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

/frameworks/minikin/include/minikin/
H A DLayout.h75 // Lifecycle and threading assumptions for Layout:
79 // extend through the lifetime of the Layout object.
80 class Layout { class in namespace:android
83 Layout() : mGlyphs(), mAdvances(), mCollection(0), mFaces(), mAdvance(0), mBounds() { function in class:android::Layout
140 const FontCollection* collection, Layout* layout, float* advances);
145 Layout* layout, float* advances);
152 void appendLayout(Layout* src, size_t start);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java52 * The Layout used to create the system decor.
82 class Layout extends RelativeLayout { class in inherits:RelativeLayout
123 public Layout(@NonNull Builder builder) { method in class:Layout
308 * A helper class to help initialize the Layout.
/frameworks/base/core/java/android/text/
H A DLayout.java47 public abstract class Layout { class
143 * Subclasses of Layout use this constructor to set the display text,
155 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
163 * Subclasses of Layout use this constructor to set the display text,
177 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
182 throw new IllegalArgumentException("Layout: " + width + " < 0");
204 * Replace constructor properties of this Layout with new ones. Be careful.
210 throw new IllegalArgumentException("Layout: " + width + " < 0");
223 * Draw this Layout on the specified Canvas.
230 * Draw this Layout o
[all...]

Completed in 1041 milliseconds