/** Close the bubble (if it's opened). */
 public void hideBubble() {
   mBubble.close();
   mItemWithBubble = null;
 }