Lines Matching refs:ta
129 TypedArray ta = in testConstructor() local
131 assertTextAppearanceStyle(ta); in testConstructor()
134 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance); in testConstructor()
135 assertTextAppearanceStyle(ta); in testConstructor()
171 private void assertTextAppearanceStyle(TypedArray ta) { in assertTextAppearanceStyle() argument
178 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount()); in assertTextAppearanceStyle()
180 ta.getColor(R.styleable.TextAppearance_textColor, defValue)); in assertTextAppearanceStyle()
182 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue)); in assertTextAppearanceStyle()
184 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue)); in assertTextAppearanceStyle()
186 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue)); in assertTextAppearanceStyle()
188 ta.getDimension(R.styleable.TextAppearance_textSize, defValue), Float.MIN_VALUE); in assertTextAppearanceStyle()
190 ta.getInt(R.styleable.TextAppearance_textStyle, defValue)); in assertTextAppearanceStyle()