@private
()
| 1740 | |
| 1741 | /** @private */ |
| 1742 | unlayout_() { |
| 1743 | this.getResource_().unlayout(); |
| 1744 | if (this.isConnected_ && this.resources_) { |
| 1745 | this.resources_./*OK*/ schedulePass(); |
| 1746 | } |
| 1747 | } |
| 1748 | |
| 1749 | /** @private */ |
| 1750 | reset_() { |
no test coverage detected