/**
  * Gets whether the drawer has a fixed item click listener set to it
  *
  * @return True if the drawer has a fixed item click listener set to it, false otherwise.
  */
 public boolean hasOnFixedItemClickListener() {
   return mDrawer.hasOnFixedItemClickListener();
 }