Searched refs:strEntryValues (Results 1 – 3 of 3) sorted by relevance
47 final String[] strEntryValues = res.getStringArray(R.array.entryvalues_font_size); in onCreate() local50 mInitialIndex = fontSizeValueToIndex(currentScale, strEntryValues); in onCreate()51 mValues = new float[strEntryValues.length]; in onCreate()52 for (int i = 0; i < strEntryValues.length; ++i) { in onCreate()53 mValues[i] = Float.parseFloat(strEntryValues[i]); in onCreate()
644 final String[] strEntryValues = res.getStringArray(R.array.entryvalues_font_size); in updateFontSizeSummary() local646 strEntryValues); in updateFontSizeSummary()
407 final String[] strEntryValues = res.getStringArray(R.array.entryvalues_font_size); in updateFontSizeSummary() local409 strEntryValues); in updateFontSizeSummary()