Searched refs:xmlCfgId (Results 1 - 2 of 2) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DFormatter.java32 * public MyFormatter(Context ctx, int xmlCfgId) {
35 * Configurator.configure(ctx, this, xmlCfgId);
42 public Formatter<PlotType> configure(Context ctx, int xmlCfgId) { argument
43 Configurator.configure(ctx, this, xmlCfgId);
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYRegionFormatter.java41 * @param xmlCfgId Id of the xml config file within /res/xml
43 public XYRegionFormatter(Context ctx, int xmlCfgId) { argument
46 Configurator.configure(ctx, this, xmlCfgId);

Completed in 511 milliseconds