HomeSort by relevance Sort by last modified time
    Searched defs:TypographyFix (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypographyFix.java 36 final class TypographyFix extends DocumentFix {
37 private TypographyFix(String id, IMarker marker) {
LintFix.java 167 sFixes.put(TypographyDetector.DASHES.getId(), TypographyFix.class);
168 sFixes.put(TypographyDetector.ELLIPSIS.getId(), TypographyFix.class);
169 sFixes.put(TypographyDetector.FRACTIONS.getId(), TypographyFix.class);
170 sFixes.put(TypographyDetector.OTHER.getId(), TypographyFix.class);
171 sFixes.put(TypographyDetector.QUOTES.getId(), TypographyFix.class);

Completed in 27 milliseconds