protected void onUnfocus() {
   super.onUnfocus();
   textAnimation.end(0);
   this.textOffsetScalar.setInt(0);
   this.invalidate();
 }