Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java8830 final int customTextSize = 3; in testAutoSizeUniform_autoSizeCalledWhenTypeChanged() local
8832 mTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, customTextSize)); in testAutoSizeUniform_autoSizeCalledWhenTypeChanged()
8834 assertEquals(customTextSize, mTextView.getTextSize(), 0f); in testAutoSizeUniform_autoSizeCalledWhenTypeChanged()
8839 assertNotEquals(customTextSize, mTextView.getTextSize(), 0f); in testAutoSizeUniform_autoSizeCalledWhenTypeChanged()