Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryChart.java238 int typefaceIndex = -1; field in BatteryHistoryChart.TextAttrs
263 typefaceIndex = appearance.getInt(attr, -1); in retrieve()
285 switch (typefaceIndex) { in apply()
437 mainTextAttrs.typefaceIndex = a.getInt(attr, mainTextAttrs.typefaceIndex); in BatteryHistoryChart()
438 headTextAttrs.typefaceIndex = a.getInt(attr, headTextAttrs.typefaceIndex); in BatteryHistoryChart()