Searched refs:expectedSmallerSize (Results 1 – 1 of 1) sorted by relevance
8016 float expectedSmallerSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setText() local8018 initialSize = expectedSmallerSize; in testAutoSizeCallers_setText()8026 assertTrue(autoSizeTextView.getTextSize() >= expectedSmallerSize); in testAutoSizeCallers_setText()8314 float expectedSmallerSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setMaxLines() local8316 initialSize = expectedSmallerSize; in testAutoSizeCallers_setMaxLines()8321 assertTrue(expectedSmallerSize <= autoSizeTextView.getTextSize()); in testAutoSizeCallers_setMaxLines()