Searched refs:clrs (Results 1 – 3 of 3) sorted by relevance
330 List<Integer> clrs = mCircleColors; in setCircleColors() local331 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()
608 List<Integer> clrs = mDataSets.get(i).getColors(); in getColors() local610 for (Integer clr : clrs) { in getColors()
95 List<Integer> clrs = dataSet.getColors(); in computeLegend() local104 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()