HomeSort by relevance Sort by last modified time
    Searched refs:pickBestMatch (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 218 Match match = pickBestMatch(mHorizontalSuggestions);
242 Match match = pickBestMatch(mVerticalSuggestions);
MoveHandler.java 249 Match match = pickBestMatch(mHorizontalSuggestions);
275 match = pickBestMatch(mVerticalSuggestions);
GuidelineHandler.java 257 protected Match pickBestMatch(List<Match> matches) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 399 public long pickBestMatch(int threshold, boolean allowMultipleMatches) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]

Completed in 87 milliseconds