Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptionPropertiesFragment.java94 final String[] fontSizeValuesStrArray = getPrefContext().getResources().getStringArray( in initFontSizeValuesArray() local
96 final int length = fontSizeValuesStrArray.length; in initFontSizeValuesArray()
99 mFontSizeValuesArray[i] = Float.parseFloat(fontSizeValuesStrArray[i]); in initFontSizeValuesArray()