()
| 527 | } |
| 528 | |
| 529 | private _onDirChangeNonRange(): void { |
| 530 | const input = this._getInput(_MatThumb.END)!; |
| 531 | input._updateThumbUIByValue(); |
| 532 | } |
| 533 | |
| 534 | /** Starts observing and updating the slider if the host changes its size. */ |
| 535 | private _observeHostResize() { |
no test coverage detected