HomeSort by relevance Sort by last modified time
    Searched defs:rawTypeface (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 360 int windowColor, String rawTypeface) {
375 mRawTypeface = rawTypeface;
492 String rawTypeface = Secure.getString(cr, Secure.ACCESSIBILITY_CAPTIONING_TYPEFACE);
493 if (rawTypeface == null) {
494 rawTypeface = defStyle.mRawTypeface;
498 windowColor, rawTypeface);
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 360 final String rawTypeface = attrs.mRawTypeface;
361 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface);

Completed in 100 milliseconds