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