Searched defs:styleIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSwitch.java333 int typefaceIndex, styleIndex;
337 styleIndex = appearance.getInt(com.android.internal.R.styleable.
340 setSwitchTypefaceByIndex(typefaceIndex, styleIndex);
354 private void setSwitchTypefaceByIndex(int typefaceIndex, int styleIndex) { argument
370 setSwitchTypeface(tf, styleIndex);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DSwitchCompat.java319 int typefaceIndex, styleIndex;
321 styleIndex = appearance.getInt(R.styleable.TextAppearance_android_textStyle, -1);
323 setSwitchTypefaceByIndex(typefaceIndex, styleIndex);
335 private void setSwitchTypefaceByIndex(int typefaceIndex, int styleIndex) { argument
351 setSwitchTypeface(tf, styleIndex);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h671 uint16_t styleIndex; member in struct:android::ResXMLTree_attrExt

Completed in 278 milliseconds