/**
  * Gets the selected fixed item position of the drawer
  *
  * @return Position of the selected item
  */
 public int getSelectedFixedPosition() {
   return mDrawer.getSelectedFixedPosition();
 }