The text direction of the containing app.
()
| 272 | |
| 273 | /** The text direction of the containing app. */ |
| 274 | _getLayoutDirection(): Direction { |
| 275 | return this._dir && this._dir.value === 'rtl' ? 'rtl' : 'ltr'; |
| 276 | } |
| 277 | |
| 278 | /** Whether the provided position state is considered center, regardless of origin. */ |
| 279 | _isCenterPosition(): boolean { |
no outgoing calls
no test coverage detected