Home
last modified time | relevance | path

Searched refs:expectedSmallerSize (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java7474 float expectedSmallerSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setText() local
7476 initialSize = expectedSmallerSize; in testAutoSizeCallers_setText()
7484 assertTrue(autoSizeTextView.getTextSize() >= expectedSmallerSize); in testAutoSizeCallers_setText()
7772 float expectedSmallerSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setMaxLines() local
7774 initialSize = expectedSmallerSize; in testAutoSizeCallers_setMaxLines()
7779 assertTrue(expectedSmallerSize <= autoSizeTextView.getTextSize()); in testAutoSizeCallers_setMaxLines()