protected void onFocus(int direction) {
   super.onFocus(direction);
   textAnimation.begin(scrollDelay);
 }