Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationService.java166 final int cursorCount = mCursor.getCount(); in getViewAt() local
167 if (cursorCount > MAX_ITEMS_TO_SHOW) { in getViewAt()
168 scrollToPosition += cursorCount - MAX_ITEMS_TO_SHOW; in getViewAt()
174 " cursorCount: " + cursorCount + in getViewAt()
/packages/apps/UnifiedEmail/src/com/android/mail/widget/
DWidgetService.java369 final int cursorCount = mConversationCursor != null ? in getCount() local
371 mShouldShowViewMore = count < cursorCount || count < mFolderCount; in getCount()
384 final int cursorCount = mConversationCursor != null ?
386 return Math.min(cursorCount, MAX_CONVERSATIONS_COUNT);