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.java7452 final int customTextSize = 3; in testAutoSizeUniform_autoSizeCalledWhenTypeChanged() local
7454 mTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, customTextSize)); in testAutoSizeUniform_autoSizeCalledWhenTypeChanged()
7456 assertEquals(customTextSize, mTextView.getTextSize(), 0f); in testAutoSizeUniform_autoSizeCalledWhenTypeChanged()
7461 assertNotEquals(customTextSize, mTextView.getTextSize(), 0f); in testAutoSizeUniform_autoSizeCalledWhenTypeChanged()