Home | History | Annotate | Download | only in cts

Lines Matching defs:getColor

169         assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
170 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
171 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
172 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
173 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
174 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
175 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue),
176 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue));