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