Home | History | Annotate | Download | only in views

Lines Matching defs:Layout

254     /** \class Layout
260 class Layout : public SkRefCnt {
269 /** Return the layout attached to this view (or null). The layout's reference
272 Layout* getLayout() const;
273 /** Attach the specified layout (or null) to the view, replacing any existing
274 layout. If the new layout is not null, its reference count is incremented.
275 The layout parameter is returned.
277 Layout* setLayout(Layout*, bool invokeLayoutNow = true);
278 /** If a layout is attached to this view, call its layoutChildren() method