Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java365 int typefaceIndex, styleIndex; in setSwitchTextAppearance() local
367 typefaceIndex = appearance.getInt(com.android.internal.R.styleable. in setSwitchTextAppearance()
372 setSwitchTypefaceByIndex(typefaceIndex, styleIndex); in setSwitchTextAppearance()
386 private void setSwitchTypefaceByIndex(int typefaceIndex, int styleIndex) { in setSwitchTypefaceByIndex() argument
388 switch (typefaceIndex) { in setSwitchTypefaceByIndex()