Home
last modified time | relevance | path

Searched defs:appearance (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/style/
DTextAppearanceSpan.java90 public TextAppearanceSpan(Context context, int appearance) { in TextAppearanceSpan()
102 public TextAppearanceSpan(Context context, int appearance, int colorList) { in TextAppearanceSpan()
/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java103 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, in testWrapParcel() local
/frameworks/base/core/java/android/widget/
DSwitch.java300 final int appearance = a.getResourceId( in Switch() local
323 TypedArray appearance = in setSwitchTextAppearance() local
DTextView.java3946 private void readTextAppearance(Context context, TypedArray appearance, in readTextAppearance()
11139 final TypedArray appearance = context.obtainStyledAttributes( in getTextColors() local