p = Position.SOUTH;
} else if ( eastWidgetArea.intersects( l ) ) {
p = Position.EAST;
} else if ( westWidgetArea.intersects( l ) ) {
p = Position.WEST;
} else if ( centreWidgetArea.intersects( l ) ) {
p = Position.SELF;
}
if ( p != dropTargetPosition ) {
dropTargetPosition = p;
showDropTarget( context,