Searched refs:markerCount (Results 1 – 1 of 1) sorted by relevance
594 private void updateErrorIndicator(final int markerCount) { in updateErrorIndicator() argument601 updateErrorIndicator(markerCount); in updateErrorIndicator()610 Integer current = Integer.valueOf(markerCount); in updateErrorIndicator()614 boolean hasLintWarnings = markerCount > 0 && AdtPrefs.getPrefs().isLintOnSave(); in updateErrorIndicator()620 if (markerCount > 0) { in updateErrorIndicator()622 switch (markerCount) { in updateErrorIndicator()