()
| 245 | } |
| 246 | |
| 247 | getDisplay(): LayoutDisplay { |
| 248 | return this.yoga.getDisplay() === Display.None |
| 249 | ? LayoutDisplay.None |
| 250 | : LayoutDisplay.Flex |
| 251 | } |
| 252 | |
| 253 | setPositionType(type: LayoutPositionType): void { |
| 254 | this.yoga.setPositionType( |
no outgoing calls
no test coverage detected