Variable AbstractProgressBar._animationInterval

class AbstractProgressBar
{
  // ...
  int _animationInterval = 0;
  // ...
}