private void switchItem(Resourceble slideMenuItem, int topPosition) {
   this.screenShotable = animatorListener.onSwitch(slideMenuItem, screenShotable, topPosition);
   hideMenuContent();
 }