Searched refs:shownCount (Results 1 – 2 of 2) sorted by relevance
264 int shownCount = sp.getInt(NotificationController.NOTIFICATION_SHOWN_COUNT, 0) + 1; in incrementNotificationShownCount() local265 editor.putInt(NotificationController.NOTIFICATION_SHOWN_COUNT, shownCount); in incrementNotificationShownCount()
825 final int shownCount = Math.min(visualResults.size(), MAX_THUMBS - 1); in bindAsThumbs() local826 final int moreCount = results.size() - shownCount; in bindAsThumbs()