Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java6782 final float initialTextSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setCompoundDrawables() local
6789 assertTrue(autoSizeTextView.getTextSize() < initialTextSize); in testAutoSizeCallers_setCompoundDrawables()
6796 final float initialTextSize = autoSizeTextView.getTextSize();
6803 assertTrue(autoSizeTextView.getTextSize() < initialTextSize); in autoSizeTextView.getTextSize()
6823 final float initialTextSize = autoSizeTextView.getTextSize(); local
6828 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
6835 final float initialTextSize = autoSizeTextView.getTextSize();
6841 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
6848 final float initialTextSize = autoSizeTextView.getTextSize();
6855 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
[all …]