Searched refs:strEntryValues (Results 1 – 6 of 6) sorted by relevance
63 final String[] strEntryValues = res.getStringArray(R.array.entryvalues_font_size); in onCreate() local66 mInitialIndex = fontSizeValueToIndex(currentScale, strEntryValues); in onCreate()67 mValues = new float[strEntryValues.length]; in onCreate()68 for (int i = 0; i < strEntryValues.length; ++i) { in onCreate()69 mValues[i] = Float.parseFloat(strEntryValues[i]); in onCreate()
40 final String[] strEntryValues = res.getStringArray(R.array.entryvalues_font_size); in getSummary() local42 strEntryValues); in getSummary()
833 final String[] strEntryValues = res.getStringArray(R.array.entryvalues_font_size); in updateFontSizeSummary() local835 strEntryValues); in updateFontSizeSummary()
879 final String[] strEntryValues = res.getStringArray(R.array.entryvalues_font_size); in updateFontSizeSummary() local881 strEntryValues); in updateFontSizeSummary()