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.java8016 float expectedSmallerSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setText() local
8018 initialSize = expectedSmallerSize; in testAutoSizeCallers_setText()
8026 assertTrue(autoSizeTextView.getTextSize() >= expectedSmallerSize); in testAutoSizeCallers_setText()
8314 float expectedSmallerSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setMaxLines() local
8316 initialSize = expectedSmallerSize; in testAutoSizeCallers_setMaxLines()
8321 assertTrue(expectedSmallerSize <= autoSizeTextView.getTextSize()); in testAutoSizeCallers_setMaxLines()