Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryHistoryChart.java398 final TextAttrs headTextAttrs = new TextAttrs(); in BatteryHistoryChart() local
400 headTextAttrs.retrieve(context, a, R.styleable.BatteryHistoryChart_headerAppearance); in BatteryHistoryChart()
428 headTextAttrs.textColor = a.getColorStateList(attr); in BatteryHistoryChart()
433 headTextAttrs.textSize = a.getDimensionPixelSize(attr, headTextAttrs.textSize); in BatteryHistoryChart()
438 headTextAttrs.typefaceIndex = a.getInt(attr, headTextAttrs.typefaceIndex); in BatteryHistoryChart()
443 headTextAttrs.styleIndex = a.getInt(attr, headTextAttrs.styleIndex); in BatteryHistoryChart()
470 headTextAttrs.apply(context, mHeaderTextPaint); in BatteryHistoryChart()