Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DSpannedTest.java103 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, in testWrapParcel() local
105 assertEquals(1, appearance.length); in testWrapParcel()
106 assertEquals(7, s2.getSpanStart(appearance[0])); in testWrapParcel()
107 assertEquals(8, s2.getSpanEnd(appearance[0])); in testWrapParcel()
/frameworks/base/core/java/android/widget/
DSwitch.java300 final int appearance = a.getResourceId( in Switch() local
302 if (appearance != 0) { in Switch()
303 setSwitchTextAppearance(context, appearance); in Switch()
323 TypedArray appearance = in setSwitchTextAppearance() local
330 colors = appearance.getColorStateList(com.android.internal.R.styleable. in setSwitchTextAppearance()
339 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable. in setSwitchTextAppearance()
350 typefaceIndex = appearance.getInt(com.android.internal.R.styleable. in setSwitchTextAppearance()
352 styleIndex = appearance.getInt(com.android.internal.R.styleable. in setSwitchTextAppearance()
357 boolean allCaps = appearance.getBoolean(com.android.internal.R.styleable. in setSwitchTextAppearance()
366 appearance.recycle(); in setSwitchTextAppearance()
DTextView.java1016 TypedArray appearance = null;
1021 appearance = theme.obtainStyledAttributes(
1024 null, appearance, 0, ap);
1026 if (appearance != null) {
1027 readTextAppearance(context, appearance, attributes, false /* styleArray */);
1029 appearance.recycle();
3941 private void readTextAppearance(Context context, TypedArray appearance, in readTextAppearance() argument
3943 final int n = appearance.getIndexCount(); in readTextAppearance()
3945 final int attr = appearance.getIndex(i); in readTextAppearance()
3958 appearance.getColor(attr, attributes.mTextColorHighlight); in readTextAppearance()
[all …]
/frameworks/base/core/java/android/text/style/
DTextAppearanceSpan.java90 public TextAppearanceSpan(Context context, int appearance) { in TextAppearanceSpan() argument
91 this(context, appearance, -1); in TextAppearanceSpan()
102 public TextAppearanceSpan(Context context, int appearance, int colorList) { in TextAppearanceSpan() argument
106 context.obtainStyledAttributes(appearance, in TextAppearanceSpan()
/frameworks/wilhelm/doc/
DDoxyfile474 # The appearance of the initializer of individual variables and defines in the
/frameworks/native/docs/
DDoxyfile566 # The appearance of the initializer of individual variables and macros in the
/frameworks/av/media/libaaudio/
DDoxyfile615 # appearance of the value of individual variables and macros / defines can be
DDoxyfile.orig615 # appearance of the value of individual variables and macros / defines can be
/frameworks/base/media/native/midi/include/
DDoxyfile.orig657 # appearance of the value of individual variables and macros / defines can be
DDoxyfile657 # appearance of the value of individual variables and macros / defines can be
/frameworks/av/media/codec2/docs/
Ddoxygen.config648 # appearance of the value of individual variables and macros / defines can be
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto1848 // Tuner: Open/close color and appearance.