()
| 152 | } |
| 153 | |
| 154 | _getUpLeftX() { |
| 155 | if (this.position.type === config.positionType.upRight |
| 156 | || this.position.type === config.positionType.downRight) { |
| 157 | return this.position.x; |
| 158 | } |
| 159 | return this.position.x - this._getBackgroundWidth() - 20; |
| 160 | } |
| 161 | |
| 162 | _getUpLeftY() { |
| 163 | if (this.position.type === config.positionType.downLeft |
no test coverage detected