@TargetApi(19)
 private float getUserCaptionFontScaleV19() {
   CaptioningManager captioningManager =
       (CaptioningManager) getSystemService(Context.CAPTIONING_SERVICE);
   return captioningManager.getFontScale();
 }