Searched refs:MAX_ITEMS_TO_SHOW (Results 1 – 2 of 2) sorted by relevance
49 protected static final int MAX_ITEMS_TO_SHOW = 25; field in BaseWidgetFactory152 return Math.min(mCursor.getCount(), MAX_ITEMS_TO_SHOW);
167 if (cursorCount > MAX_ITEMS_TO_SHOW) { in getViewAt()168 scrollToPosition += cursorCount - MAX_ITEMS_TO_SHOW; in getViewAt()175 " MAX_ITEMS_TO_SHOW: " + MAX_ITEMS_TO_SHOW); in getViewAt()