Searched refs:hasMoreColors (Results 1 – 2 of 2) sorted by relevance
256 if (!hasMoreColors(position)) { in getView()287 colorView.setEnabled(hasMoreColors(position)); in getView()312 view.findViewById(R.id.color).setEnabled(selected && hasMoreColors(position)); in getView()330 private boolean hasMoreColors(int position) { in hasMoreColors() method in SelectCalendarsSimpleAdapter
188 colorView.setEnabled(hasMoreColors(position)); in getView()195 if (!hasMoreColors(position)) { in getView()216 private boolean hasMoreColors(int position) { in hasMoreColors() method in SelectCalendarsSyncAdapter