Home
last modified time | relevance | path

Searched refs:getCustomStyle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java137 return CaptionStyle.getCustomStyle(mContentResolver); in getUserStyle()
479 public static CaptionStyle getCustomStyle(ContentResolver cr) { in getCustomStyle() method in CaptioningManager.CaptionStyle
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java270 style = CaptionStyle.getCustomStyle(cr); in setStyle()