Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java559 List<Item> currentItemList = mItemsResult.getValue().getItems(); in getPaginatedItemsForAction() local
562 if (currentItemList != null && !currentItemList.isEmpty()) { in getPaginatedItemsForAction()
564 Item item = currentItemList.get(currentItemList.size() - 1); in getPaginatedItemsForAction()
872 List<Item> currentItemList = mCategoryItemsResult.getValue().getItems(); in getPaginatedCategoryItemsForAction() local
875 if (currentItemList != null && !currentItemList.isEmpty()) { in getPaginatedCategoryItemsForAction()
876 Item item = currentItemList.get(currentItemList.size() - 1); in getPaginatedCategoryItemsForAction()