public void cancelExpandHelper() {
   if (mStackScrollLayout != null) {
     mStackScrollLayout.cancelExpandHelper();
   }
 }