HomeSort by relevance Sort by last modified time
    Searched full:expectedta (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 167 TypedArray expectedTa = expected.obtainStyledAttributes(R.styleable.TextAppearance);
168 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount());
169 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
171 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
173 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
175 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue),
177 assertEquals(expectedTa.getDimension(R.styleable.TextAppearance_textSize, defValue),
179 assertEquals(expectedTa.getInt(R.styleable.TextAppearance_textStyle, defValue),
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 178 TypedArray expectedTa = expected.obtainStyledAttributes(R.styleable.TextAppearance);
179 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount());
180 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColor, defValue),
182 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHint, defValue),
184 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorLink, defValue),
186 assertEquals(expectedTa.getColor(R.styleable.TextAppearance_textColorHighlight, defValue),
188 assertEquals(expectedTa.getDimension(R.styleable.TextAppearance_textSize, defValue),
190 assertEquals(expectedTa.getInt(R.styleable.TextAppearance_textStyle, defValue),
    [all...]

Completed in 265 milliseconds