()
| 635 | } |
| 636 | |
| 637 | protected handleSizeChanged(): void { |
| 638 | super.handleSizeChanged(); |
| 639 | |
| 640 | if (!this._updatingLayout) { |
| 641 | this.updateLayout(); |
| 642 | } |
| 643 | } |
| 644 | |
| 645 | public getProp(index: number): any { |
| 646 | switch (index) { |
nothing calls this directly
no test coverage detected