* returns true if the layout item is horizontal (ie. top or bottom)
()
| 56 | * returns true if the layout item is horizontal (ie. top or bottom) |
| 57 | */ |
| 58 | isHorizontal(): boolean; |
| 59 | /** |
| 60 | * Takes two parameters: width and height. |
| 61 | * @param width |
no outgoing calls
no test coverage detected