(density)
| 327 | } |
| 328 | |
| 329 | public init(density): void { |
| 330 | this.measuredCount = 0; |
| 331 | this.currentMeasureToFixCount = 0; |
| 332 | this.length = this.rowOrColumn.isAbsolute ? this.rowOrColumn.value * density : 0; |
| 333 | } |
| 334 | |
| 335 | public getAllMeasured(): boolean { |
| 336 | return this.measuredCount === this.children.length; |
no outgoing calls
no test coverage detected