(view, height1)
| 142296 | return width1 - (a && a.contains === Padding ? p.left + p.right : 0); |
| 142297 | } |
| 142298 | function viewHeight(view, height1) { |
| 142299 | var a = view.autosize(), p = view.padding(); |
| 142300 | return height1 - (a && a.contains === Padding ? p.top + p.bottom : 0); |
| 142301 | } |
| 142302 | function initializeResize(view) { |
| 142303 | var s = view._signals, w = s[Width], h = s[Height], p = s[Padding]; |
| 142304 | function resetSize() { |
no outgoing calls
no test coverage detected