HomeSort by relevance Sort by last modified time
    Searched refs:SANS (Results 1 - 7 of 7) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatTextHelper.java 45 private static final int SANS = 1;
278 int typefaceIndex = a.getInt(R.styleable.TextAppearance_android_typeface, SANS);
280 case SANS:
SwitchCompat.java 94 private static final int SANS = 1;
338 case SANS:
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 181 SANS,
217 // compatible with Courier New, but the former is sans-serif while
227 { SANS, "Arial" },
228 { SANS, "Arimo" },
229 { SANS, "Liberation Sans" },
246 { PGOTHIC, "Noto Sans CJK JP" },
254 { GOTHIC, "Noto Sans Mono CJK JP" },
290 { SIMHEI, "Noto Sans CJK SC" },
352 // basic font names like "Sans", "Serif" or "Monospace". This functio
    [all...]
  /external/skqp/src/ports/
SkFontConfigInterface_direct.cpp 181 SANS,
217 // compatible with Courier New, but the former is sans-serif while
227 { SANS, "Arial" },
228 { SANS, "Arimo" },
229 { SANS, "Liberation Sans" },
246 { PGOTHIC, "Noto Sans CJK JP" },
254 { GOTHIC, "Noto Sans Mono CJK JP" },
290 { SIMHEI, "Noto Sans CJK SC" },
352 // basic font names like "Sans", "Serif" or "Monospace". This functio
    [all...]
  /frameworks/base/core/java/android/widget/
Switch.java 92 private static final int SANS = 1;
357 case SANS:
    [all...]
TextView.java 330 @IntDef(value = {DEFAULT_TYPEFACE, SANS, SERIF, MONOSPACE})
334 private static final int SANS = 1;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 118 static final int SANS = 1;
287 case SANS:
    [all...]

Completed in 171 milliseconds