Home
last modified time | relevance | path

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

/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
DShellSizeAndPos.java58 Monitor bestMatch = null; in loadSizeAndPos() local
64 bestMatch = monitor; in loadSizeAndPos()
75 bestMatch = monitor; in loadSizeAndPos()
80 if (bestMatch != null && bestSurface != Integer.MAX_VALUE) { in loadSizeAndPos()
82 Rectangle area = bestMatch.getClientArea(); in loadSizeAndPos()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateMetadata.java330 Element bestMatch = null; in getThumbnailPath() local
336 if (bestMatch == null && attributes.getLength() == 0) { in getThumbnailPath()
337 bestMatch = thumb; in getThumbnailPath()
359 bestMatch = thumb; in getThumbnailPath()
365 if (bestMatch != null) { in getThumbnailPath()
366 NodeList children = bestMatch.getChildNodes(); in getThumbnailPath()
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/
DFolderConfiguration.java733 ResourceQualifier bestMatch = null; // this is to store the best match. in findMatchingConfigurable() local
744 if (qualifier.isBetterMatchThan(bestMatch, referenceQualifier)) { in findMatchingConfigurable()
745 bestMatch = qualifier; in findMatchingConfigurable()
763 } else if (referenceQualifier != null && bestMatch != null && in findMatchingConfigurable()
764 bestMatch.equals(qualifier) == false) { in findMatchingConfigurable()