Lines Matching full:layout
31 // a layout, and monitors for balloons being closed, which it reports
66 // Calculates layout values for the balloons including
68 class Layout {
70 Layout();
109 // Returns the origin for the sequence of balloons depending on layout.
120 // Return a offscreen location which is offscreen for this layout,
124 // Returns true if the layout requires offsetting for keeping the close
129 // Layout parameters
142 DISALLOW_COPY_AND_ASSIGN(Layout);
169 // The layout parameters for balloons in this collection.
170 Layout layout_;