* Layouts view and its subviews. * @return {View}
()
| 156 | * @return {View} |
| 157 | */ |
| 158 | layout () { |
| 159 | this._subviews.forEach(subview => subview.layout()) |
| 160 | return this |
| 161 | } |
| 162 | |
| 163 | /** |
| 164 | * Adds subview. |
no outgoing calls
no test coverage detected