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.java8106 final float initialTextSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setTransformationMethod() local
8111 assertTrue(autoSizeTextView.getTextSize() < initialTextSize); in testAutoSizeCallers_setTransformationMethod()
8118 final float initialTextSize = autoSizeTextView.getTextSize();
8125 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
8132 final float initialTextSize = autoSizeTextView.getTextSize();
8139 assertTrue(autoSizeTextView.getTextSize() < initialTextSize); in autoSizeTextView.getTextSize()
8159 final float initialTextSize = autoSizeTextView.getTextSize(); local
8164 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
8171 final float initialTextSize = autoSizeTextView.getTextSize();
8177 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
[all …]