HomeSort by relevance Sort by last modified time
    Searched refs:MAX_ITEMS_TO_SHOW (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/widget/
BaseWidgetFactory.java 49 protected static final int MAX_ITEMS_TO_SHOW = 25;
152 return Math.min(mCursor.getCount(), MAX_ITEMS_TO_SHOW);
WidgetConversationService.java 167 if (cursorCount > MAX_ITEMS_TO_SHOW) {
168 scrollToPosition += cursorCount - MAX_ITEMS_TO_SHOW;
175 " MAX_ITEMS_TO_SHOW: " + MAX_ITEMS_TO_SHOW);

Completed in 161 milliseconds