Searched refs:bestMatch (Results 1 – 3 of 3) sorted by relevance
58 Monitor bestMatch = null; in loadSizeAndPos() local64 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()
330 Element bestMatch = null; in getThumbnailPath() local336 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()
733 ResourceQualifier bestMatch = null; // this is to store the best match. in findMatchingConfigurable() local744 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()