Home
last modified time | relevance | path

Searched refs:MAX_ITEMS_TO_SHOW (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/widget/
DBaseWidgetFactory.java49 protected static final int MAX_ITEMS_TO_SHOW = 25; field in BaseWidgetFactory
152 return Math.min(mCursor.getCount(), MAX_ITEMS_TO_SHOW);
DWidgetConversationService.java167 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()