(Rect r)
| 169 | protected float order(Rect r) { |
| 170 | return Math.abs(r.w) + Math.abs(r.h); |
| 171 | } |
| 172 | |
| 173 | protected void completeDrag(Box start, Box box) { |
| 174 | this.properties.removeFromMap(frameDrawing, "__ongoingDrag__"); |
| 175 | |
| 176 | PadsBox b = new PadsBox(start, box); |
no outgoing calls
no test coverage detected