Searched refs:currentQuery (Results 1 – 1 of 1) sorted by relevance
190 String currentQuery = this.mQuery.get(); in updateMatches() local191 if (!Objects.equals(matchesQuery, currentQuery)) { in updateMatches()211 mSelectedMatch.set(mLastSelectedMatch.nearestMatch(currentQuery, matches)); in updateMatches()218 mSelectedMatch.set(new SelectedMatch(currentQuery, page, matches, selectedIndex)); in updateMatches()263 String currentQuery = mQuery.get(); in selectNextMatch() local266 if (currentQuery != null) { in selectNextMatch()