Searched refs:headTextAttrs (Results 1 – 1 of 1) sorted by relevance
387 final TextAttrs headTextAttrs = new TextAttrs(); in BatteryHistoryChart() local389 headTextAttrs.retrieve(context, a, R.styleable.BatteryHistoryChart_headerAppearance); in BatteryHistoryChart()417 headTextAttrs.textColor = a.getColorStateList(attr); in BatteryHistoryChart()422 headTextAttrs.textSize = a.getDimensionPixelSize(attr, headTextAttrs.textSize); in BatteryHistoryChart()427 headTextAttrs.typefaceIndex = a.getInt(attr, headTextAttrs.typefaceIndex); in BatteryHistoryChart()432 headTextAttrs.styleIndex = a.getInt(attr, headTextAttrs.styleIndex); in BatteryHistoryChart()457 headTextAttrs.apply(context, mHeaderTextPaint); in BatteryHistoryChart()