public void onPause()
 {
   super.onPause();
   if (a != null) {
     a.c();
   }
   if ((!getActivity().isChangingConfigurations()) && (b.getCaptionView() != null)) {
     b.getCaptionView().a(false);
   }
   R = b.a();
   b.c();
   b.g();
   Z.b(b.getCaptionView());
 }