* Callback for when the timeout in this.show() gets completed. * This method is only needed by the mdc-tooltip, and so it is only implemented * in the mdc-tooltip, not here.
()
| 1100 | * in the mdc-tooltip, not here. |
| 1101 | */ |
| 1102 | protected _onShow(): void { |
| 1103 | this._isMultiline = this._isTooltipMultiline(); |
| 1104 | this._markForCheck(); |
| 1105 | } |
| 1106 | |
| 1107 | /** Whether the tooltip text has overflown to the next line */ |
| 1108 | private _isTooltipMultiline() { |
no test coverage detected