Searched refs:MAX_SUGGESTIONS (Results 1 – 2 of 2) sorted by relevance
65 private static final int MAX_SUGGESTIONS = 32; field in CandidateView71 private int[] mWordWidth = new int[MAX_SUGGESTIONS];72 private int[] mWordX = new int[MAX_SUGGESTIONS];
249 static final int MAX_SUGGESTIONS = 4; field in ContactsListActivity1663 builder.appendQueryParameter("limit", String.valueOf(MAX_SUGGESTIONS)); in getJoinSuggestionsUri()