Searched refs:appearance (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedTest.java | 103 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/ |
D | Switch.java | 300 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()
|
D | TextView.java | 1016 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/ |
D | TextAppearanceSpan.java | 90 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/ |
D | Doxyfile | 474 # The appearance of the initializer of individual variables and defines in the
|
/frameworks/native/docs/ |
D | Doxyfile | 566 # The appearance of the initializer of individual variables and macros in the
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 615 # appearance of the value of individual variables and macros / defines can be
|
D | Doxyfile.orig | 615 # appearance of the value of individual variables and macros / defines can be
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 657 # appearance of the value of individual variables and macros / defines can be
|
D | Doxyfile | 657 # appearance of the value of individual variables and macros / defines can be
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 648 # appearance of the value of individual variables and macros / defines can be
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1848 // Tuner: Open/close color and appearance.
|