Searched refs:MAX_DISPLAY_ITEMS (Results 1 – 1 of 1) sorted by relevance
50 private static final int MAX_DISPLAY_ITEMS = 8; field in SearchFragment216 return count > MAX_DISPLAY_ITEMS ? MAX_DISPLAY_ITEMS : count;