/** Animates this task view if the user does not interact with the stack after a certain time. */
 void startNoUserInteractionAnimation() {
   mHeaderView.startNoUserInteractionAnimation();
 }