* Requests the element to be remeasured on the next pass.
()
| 582 | * Requests the element to be remeasured on the next pass. |
| 583 | */ |
| 584 | requestMeasure() { |
| 585 | this.isMeasureRequested_ = true; |
| 586 | } |
| 587 | |
| 588 | /** |
| 589 | * Returns a previously measured layout size. |
no outgoing calls
no test coverage detected