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

/frameworks/minikin/include/minikin/
H A DLayout.h56 // Lifecycle and threading assumptions for Layout:
59 class Layout { class in namespace:minikin
62 Layout() : mGlyphs(), mAdvances(), mFaces(), mAdvance(0), mBounds() { function in class:minikin::Layout
66 Layout(Layout&& layout) = default;
69 Layout(const Layout&) = delete;
70 void operator=(const Layout&) = delete;
119 const std::shared_ptr<FontCollection>& collection, Layout* layout, float* advances);
124 const std::shared_ptr<FontCollection>& collection, Layout* layou
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java54 * The Layout used to create the system decor.
84 class Layout extends RelativeLayout { class in inherits:RelativeLayout
124 public Layout(@NonNull Builder builder) { method in class:Layout
311 // The framework call would usually bubble up to ViewRootImpl but, in layoutlib, Layout will
321 * A helper class to help initialize the Layout.
/frameworks/base/core/java/android/text/
H A DLayout.java48 public abstract class Layout { class
176 * Subclasses of Layout use this constructor to set the display text,
188 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
196 * Subclasses of Layout use this constructor to set the display text,
210 protected Layout(CharSequence text, TextPaint paint, method in class:Layout
215 throw new IllegalArgumentException("Layout: " + width + " < 0");
242 * Replace constructor properties of this Layout with new ones. Be careful.
248 throw new IllegalArgumentException("Layout: " + width + " < 0");
261 * Draw this Layout on the specified Canvas.
268 * Draw this Layout o
[all...]

Completed in 64 milliseconds