Home
last modified time | relevance | path

Searched refs:actualBase (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/
DGraphicalEditorPart.java2041 String actualBase = actual.substring(actual.lastIndexOf('.') + 1); in addTypoSuggestions() local
2042 int maxDistance = actualBase.length() >= 4 ? 2 : 1; in addTypoSuggestions()
2049 if (Math.abs(actualBase.length() - matchWith.length()) > maxDistance) { in addTypoSuggestions()
2055 if (LintUtils.editDistance(actualBase, matchWith) <= maxDistance) { in addTypoSuggestions()