public boolean locationIndicatesIndexFollowingWidget(Area widgetArea, Location location) {
   return location.getLeft() > widgetArea.getLeft() + widgetArea.getWidth() / 2;
 }