Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutActionBar.java594 private void updateErrorIndicator(final int markerCount) { in updateErrorIndicator() argument
601 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()