Searched refs:textAppearance (Results 1 – 8 of 8) sorted by relevance
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/ |
D | PagerTitleStrip.java | 74 android.R.attr.textAppearance, 120 final int textAppearance = a.getResourceId(0, 0); in PagerTitleStrip() local 121 if (textAppearance != 0) { in PagerTitleStrip() 122 TextViewCompat.setTextAppearance(mPrevText, textAppearance); in PagerTitleStrip() 123 TextViewCompat.setTextAppearance(mCurrText, textAppearance); in PagerTitleStrip() 124 TextViewCompat.setTextAppearance(mNextText, textAppearance); in PagerTitleStrip() 147 if (textAppearance != 0) { in PagerTitleStrip() 148 final TypedArray ta = context.obtainStyledAttributes(textAppearance, TEXT_ATTRS); in PagerTitleStrip()
|
/frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/ |
D | RichTextView.java | 72 String textAppearance = span.getValue(); in getRichText() local 74 .getIdentifier(textAppearance, "style", context.getPackageName()); in getRichText()
|
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/ |
D | RichTextView.java | 72 String textAppearance = span.getValue(); in getRichText() local 74 .getIdentifier(textAppearance, "style", context.getPackageName()); in getRichText()
|
/frameworks/base/core/java/android/widget/ |
D | DatePickerCalendarDelegate.java | 133 final TypedArray textAppearance = mContext.obtainStyledAttributes(null, in DatePickerCalendarDelegate() local 135 final ColorStateList legacyHeaderTextColor = textAppearance.getColorStateList(0); in DatePickerCalendarDelegate() 137 textAppearance.recycle(); in DatePickerCalendarDelegate()
|
D | TimePickerClockDelegate.java | 191 final TypedArray textAppearance = mContext.obtainStyledAttributes(null, in TimePickerClockDelegate() local 193 final ColorStateList legacyHeaderTextColor = textAppearance.getColorStateList(0); in TimePickerClockDelegate() 195 textAppearance.recycle(); in TimePickerClockDelegate()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1218 field public static final int textAppearance = 16842804; // 0x1010034
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 36732 Landroid/R$attr;->textAppearance:I
|
/frameworks/base/api/ |
D | current.txt | 1336 field public static final int textAppearance = 16842804; // 0x1010034
|