HomeSort by relevance Sort by last modified time
    Searched defs:plf (Results 1 - 4 of 4) sorted by null

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointRenderer.java 137 PointLabelFormatter plf = formatter.getPointLabelFormatter(); local
138 if (vertexPaint != null || plf != null) {
148 if(plf != null && pointLabeler != null) {
149 canvas.drawText(pointLabeler.getLabel(series, p.second), p.first.x + plf.hOffset, p.first.y + plf.vOffset, plf.getTextPaint());
BarRenderer.java 233 PointLabelFormatter plf = formatter.getPointLabelFormatter(); local
243 if(plf != null && pointLabeler != null) {
244 canvas.drawText(pointLabeler.getLabel(b.series, b.seriesIndex), b.intX + plf.hOffset, b.intY + plf.vOffset, plf.getTextPaint());
254 PointLabelFormatter plf = formatter.getPointLabelFormatter(); local
264 if(plf != null && pointLabeler != null) {
265 canvas.drawText(pointLabeler.getLabel(b.series, b.seriesIndex), leftX + width/2 + plf.hOffset, b.intY + plf.vOffset, plf.getTextPaint());
275 PointLabelFormatter plf = formatter.getPointLabelFormatter(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralFormatTest.java 57 PluralFormat plf = new PluralFormat(new ULocale(locales[i]), testPattern); local
58 log("plf: " + plf);
66 expected, plf.format(n));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralFormatTest.java 53 PluralFormat plf = new PluralFormat(new ULocale(locales[i]), testPattern); local
54 log("plf: " + plf);
62 expected, plf.format(n));

Completed in 105 milliseconds