Home
last modified time | relevance | path

Searched refs:clrs (Results 1 – 3 of 3) sorted by relevance

/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
DLineDataSet.java330 List<Integer> clrs = mCircleColors; in setCircleColors() local
331 if (clrs == null) { in setCircleColors()
332 clrs = new ArrayList<>(); in setCircleColors()
334 clrs.clear(); in setCircleColors()
337 clrs.add(c.getResources().getColor(color)); in setCircleColors()
340 mCircleColors = clrs; in setCircleColors()
DChartData.java608 List<Integer> clrs = mDataSets.get(i).getColors(); in getColors() local
610 for (Integer clr : clrs) { in getColors()
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
DLegendRenderer.java95 List<Integer> clrs = dataSet.getColors(); in computeLegend() local
104 int minEntries = Math.min(clrs.size(), bds.getStackSize()); in computeLegend()
121 clrs.get(j) in computeLegend()
141 for (int j = 0; j < clrs.size() && j < entryCount; j++) { in computeLegend()
149 clrs.get(j) in computeLegend()
191 for (int j = 0; j < clrs.size() && j < entryCount; j++) { in computeLegend()
196 if (j < clrs.size() - 1 && j < entryCount - 1) { in computeLegend()
208 clrs.get(j) in computeLegend()