Searched refs:customTextSize (Results 1 – 1 of 1) sorted by relevance
7452 final int customTextSize = 3; in testAutoSizeUniform_autoSizeCalledWhenTypeChanged() local7454 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()