Searched refs:buildLabel (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | InvertedChartAxis.java | 55 public long buildLabel(Resources res, SpannableStringBuilder builder, long value) { in buildLabel() method in InvertedChartAxis 56 return mWrapped.buildLabel(res, builder, value); in buildLabel()
|
D | ChartDataUsageView.java | 504 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
|
D | ChartAxis.java | 42 public long buildLabel(Resources res, SpannableStringBuilder builder, long value); in buildLabel() method
|
D | ChartSweepView.java | 280 mLabelValue = mAxis.buildLabel(getResources(), mLabelTemplate, mValue); in invalidateLabel()
|