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.java109 final String[] fontSizeValuesStrArray = getPrefContext().getResources().getStringArray( in initFontSizeValuesArray() local
111 final int length = fontSizeValuesStrArray.length; in initFontSizeValuesArray()
114 mFontSizeValuesArray[i] = Float.parseFloat(fontSizeValuesStrArray[i]); in initFontSizeValuesArray()