File
Doc
Category
Size
Date
Package
CaptioningManager.java
API Doc
Android 5.1 API
2368
Sat Mar 14 14:09:40 GMT 2015
android.view.accessibility
CaptioningManager
java.lang.Object
public class CaptioningManager extends Object
Fields Summary
Constructors Summary
CaptioningManager
()
throw new RuntimeException("Stub!");
Methods Summary
public void
addCaptioningChangeListener
(
android.view.accessibility.CaptioningManager$CaptioningChangeListener
listener)
throw new RuntimeException("Stub!");
public final
float
getFontScale
()
throw new RuntimeException("Stub!");
public final
java.util.Locale
getLocale
()
throw new RuntimeException("Stub!");
public
android.view.accessibility.CaptioningManager$CaptionStyle
getUserStyle
()
throw new RuntimeException("Stub!");
public final
boolean
isEnabled
()
throw new RuntimeException("Stub!");
public void
removeCaptioningChangeListener
(
android.view.accessibility.CaptioningManager$CaptioningChangeListener
listener)
throw new RuntimeException("Stub!");
Java Code Source