public void onPause() {
   ContentViewCore contentView = this.getContentViewCore();
   if (contentView != null) {
     contentView.onHide();
   }
 }