Searched refs:SANS (Results 1 - 4 of 4) sorted by relevance
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ | ||
H A D | AppCompatTextHelper.java | 43 private static final int SANS = 1; field in class:AppCompatTextHelper 231 int typefaceIndex = a.getInt(R.styleable.TextAppearance_android_typeface, SANS); 233 case SANS: |
H A D | SwitchCompat.java | 93 private static final int SANS = 1; field in class:SwitchCompat 337 case SANS: |
/frameworks/base/core/java/android/widget/ | ||
H A D | Switch.java | 91 private static final int SANS = 1; field in class:Switch 353 case SANS: |
H A D | TextView.java | 312 private static final int SANS = 1; field in class:TextView 2112 case SANS: |
Completed in 277 milliseconds