(Rect r)
| 289 | } |
| 290 | |
| 291 | protected float order(Rect r) { |
| 292 | return Math.abs(r.w) + Math.abs(r.h); |
| 293 | } |
| 294 | |
| 295 | protected void completeDrag(Box start, Box box) { |
| 296 | this.properties.removeFromMap(frameDrawing, "__ongoingDrag__"); |
no outgoing calls
no test coverage detected