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 343 int windowColor, String rawTypeface) {
358 mRawTypeface = rawTypeface;
461 String rawTypeface = Secure.getString(cr, Secure.ACCESSIBILITY_CAPTIONING_TYPEFACE);
462 if (rawTypeface == null) {
463 rawTypeface = defStyle.mRawTypeface;
467 windowColor, rawTypeface);
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 345 final String rawTypeface = attrs.mRawTypeface;
346 mTypeface.setValue(rawTypeface == null ? "" : rawTypeface);

Completed in 97 milliseconds