Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DInvertedChartAxis.java55 public long buildLabel(Resources res, SpannableStringBuilder builder, long value) { in buildLabel() method in InvertedChartAxis
56 return mWrapped.buildLabel(res, builder, value); in buildLabel()
DChartDataUsageView.java504 public long buildLabel(Resources res, SpannableStringBuilder builder, long value) { in buildLabel() method in ChartDataUsageView.TimeAxis
604 public long buildLabel(Resources res, SpannableStringBuilder builder, long value) { in buildLabel() method in ChartDataUsageView.DataAxis
DChartAxis.java42 public long buildLabel(Resources res, SpannableStringBuilder builder, long value); in buildLabel() method
DChartSweepView.java280 mLabelValue = mAxis.buildLabel(getResources(), mLabelTemplate, mValue); in invalidateLabel()