Home
last modified time | relevance | path

Searched refs:maxItems (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java309 private Intent computePanoramaSharingIntent(JobContext jc, int maxItems) { in computePanoramaSharingIntent() argument
310 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computePanoramaSharingIntent()
339 private Intent computeSharingIntent(JobContext jc, int maxItems) { in computeSharingIntent() argument
340 ArrayList<Path> expandedPaths = mSelectionManager.getSelected(true, maxItems); in computeSharingIntent()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java56 @NonNull List<NotificationGroup> newList, int maxItems) { in CarNotificationDiff() argument
60 mMaxItems = maxItems; in CarNotificationDiff()
DCarNotificationViewAdapter.java314 public void setMaxItems(int maxItems) { in setMaxItems() argument
315 if (maxItems == ContentLimitingAdapter.UNLIMITED in setMaxItems()
317 mMaxItems = maxItems; in setMaxItems()
323 mMaxItems = maxItems; in setMaxItems()