Searched refs:getUserCaptionFontScaleV19 (Results 1 – 1 of 1) sorted by relevance
177 float fontScale = Util.SDK_INT >= 19 && !isInEditMode() ? getUserCaptionFontScaleV19() : 1f; in setUserDefaultTextSize()275 private float getUserCaptionFontScaleV19() { in getUserCaptionFontScaleV19() method in SubtitleView