* Subclasses can override this method to opt-in into receiving additional * layoutCallback calls. Note that this method is not consulted for * the first layout given that each element must be laid out at least once. * @return {boolean}
()
| 574 | * @return {boolean} |
| 575 | */ |
| 576 | isRelayoutNeeded() { |
| 577 | return false; |
| 578 | } |
| 579 | |
| 580 | /** |
| 581 | * Called when the element should perform layout. At this point the element |
no outgoing calls
no test coverage detected