(view: View)
| 20 | } |
| 21 | |
| 22 | export function height(view: View): number { |
| 23 | return round(dipToDp(view.getActualSize().height)); |
| 24 | } |
| 25 | |
| 26 | export function width(view: View): number { |
| 27 | return round(dipToDp(view.getActualSize().width)); |
no test coverage detected