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

  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatBaseAutoSizeTest.java 118 float expectedSmallerSize = autoSizeView.getTextSize();
120 initialSize = expectedSmallerSize;
130 assertTrue(expectedSmallerSize <= autoSizeView.getTextSize());
252 float expectedSmallerSize = autoSizeView.getTextSize();
254 initialSize = expectedSmallerSize;
267 assertTrue(autoSizeView.getTextSize() >= expectedSmallerSize);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]

Completed in 226 milliseconds