List of usage examples for android.view.accessibility CaptioningManager getFontScale
public final float getFontScale()
From source file:com.example.javier.MaterialDesignApp.PlayerActivity.java
@TargetApi(19) private float getUserCaptionFontScaleV19() { CaptioningManager captioningManager = (CaptioningManager) getSystemService(Context.CAPTIONING_SERVICE); return captioningManager.getFontScale(); }