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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java232 int styleIndex = -1; field in class:BatteryHistoryChart.TextAttrs
260 styleIndex = appearance.getInt(attr, -1);
292 setTypeface(paint, tf, styleIndex);
431 mainTextAttrs.styleIndex = a.getInt(attr, mainTextAttrs.styleIndex);
432 headTextAttrs.styleIndex = a.getInt(attr, headTextAttrs.styleIndex);

Completed in 196 milliseconds