Searched refs:currentItemList (Results 1 – 1 of 1) sorted by relevance
559 List<Item> currentItemList = mItemsResult.getValue().getItems(); in getPaginatedItemsForAction() local562 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() local875 if (currentItemList != null && !currentItemList.isEmpty()) { in getPaginatedCategoryItemsForAction()876 Item item = currentItemList.get(currentItemList.size() - 1); in getPaginatedCategoryItemsForAction()