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