/**
  * Mark this task view that the user does has not interacted with the stack after a certain time.
  */
 void setNoUserInteractionState() {
   mHeaderView.setNoUserInteractionState();
 }