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.java7564 final float initialTextSize = autoSizeTextView.getTextSize(); in testAutoSizeCallers_setTransformationMethod() local
7569 assertTrue(autoSizeTextView.getTextSize() < initialTextSize); in testAutoSizeCallers_setTransformationMethod()
7576 final float initialTextSize = autoSizeTextView.getTextSize();
7583 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
7590 final float initialTextSize = autoSizeTextView.getTextSize();
7597 assertTrue(autoSizeTextView.getTextSize() < initialTextSize); in autoSizeTextView.getTextSize()
7617 final float initialTextSize = autoSizeTextView.getTextSize(); local
7622 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
7629 final float initialTextSize = autoSizeTextView.getTextSize();
7635 assertTrue(autoSizeTextView.getTextSize() < initialTextSize);
[all …]