* Returns whether or not the dialog should have position 'CENTER'. * @return {boolean} * @private
()
| 11317 | * @private |
| 11318 | */ |
| 11319 | shouldPositionCenter_() { |
| 11320 | return this.positionCenterOnDesktop_ && this.desktopMediaQuery_.matches; |
| 11321 | } |
| 11322 | |
| 11323 | /** |
| 11324 | * Returns the styles required to postion the dialog. |
no outgoing calls
no test coverage detected