Searched refs:pickBestMatch (Results 1 – 3 of 3) sorted by relevance
218 Match match = pickBestMatch(mHorizontalSuggestions); in updateResize()242 Match match = pickBestMatch(mVerticalSuggestions); in updateResize()
249 Match match = pickBestMatch(mHorizontalSuggestions); in updateMove()275 match = pickBestMatch(mVerticalSuggestions); in updateMove()
257 protected Match pickBestMatch(List<Match> matches) { in pickBestMatch() method in GuidelineHandler