Called to indicate to this component that DnD is done. Allows for us to cancel the expand timer.
()
| 1470 | * Allows for us to cancel the expand timer. |
| 1471 | */ |
| 1472 | void dndDone() { |
| 1473 | cancelDropTimer(); |
| 1474 | dropTimer = null; |
| 1475 | } |
| 1476 | |
| 1477 | /** |
| 1478 | * Returns the location that this component should visually indicate |
nothing calls this directly
no test coverage detected