@Override
 public void hideLoading() {
   mLoadingView.cancelLongPress();
 }
 @Override
 public void showLoading() {
   mLoadingView.animate();
 }