Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiResourceAttributeNode.java423 int compare = score(attributeInfo, s1) - score(attributeInfo, s2); in sortAttributeChoices()
434 private static final int score(IAttributeInfo attributeInfo, String value) { in score() method in UiResourceAttributeNode
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java645 int score = 1; // we have a valid project at least in initializeFromSelection() local
663 score += 2; in initializeFromSelection()
669 score += fileName != null ? 4 : 0; in initializeFromSelection()
671 if (score > targetScore) { in initializeFromSelection()
672 targetScore = score; in initializeFromSelection()