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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java231 int typefaceIndex = -1; field in class:BatteryHistoryChart.TextAttrs
256 typefaceIndex = appearance.getInt(attr, -1);
278 switch (typefaceIndex) {
426 mainTextAttrs.typefaceIndex = a.getInt(attr, mainTextAttrs.typefaceIndex);
427 headTextAttrs.typefaceIndex = a.getInt(attr, headTextAttrs.typefaceIndex);

Completed in 41 milliseconds