@Override
  public void jumpDrawablesToCurrentState() {
    super.jumpDrawablesToCurrentState();

    if (foreground != null) {
      foreground.jumpToCurrentState();
    }
  }
 public void jumpDrawablesToCurrentState() {
   super.jumpDrawablesToCurrentState();
   if (mBackground != null) mBackground.jumpToCurrentState();
 }