Searched refs:styleIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java241 int styleIndex = -1; field in class:BatteryHistoryChart.TextAttrs
269 styleIndex = appearance.getInt(attr, -1);
301 setTypeface(paint, tf, styleIndex);
444 mainTextAttrs.styleIndex = a.getInt(attr, mainTextAttrs.styleIndex);
445 headTextAttrs.styleIndex = a.getInt(attr, headTextAttrs.styleIndex);

Completed in 12 milliseconds