()
| 603 | } |
| 604 | |
| 605 | private _layoutDirection(): Direction { |
| 606 | return this._dir && this._dir.value === 'rtl' ? 'rtl' : 'ltr'; |
| 607 | } |
| 608 | |
| 609 | /** Checks whether the stepper contains the focused element. */ |
| 610 | private _containsFocus(): boolean { |
no outgoing calls
no test coverage detected