Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModelPaginationTest.java25 import static com.android.providers.media.photopicker.ui.ItemsAction.ACTION_LOAD_NEXT_PAGE;
175 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_getItems_noItemsPresent()
211 downloadsAlbum, ACTION_LOAD_NEXT_PAGE, null); in test_getCategoryItems_noItemsPresent()
243 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_getItems_correctItemsReturned()
250 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_getItems_correctItemsReturned()
258 mPickerViewModel.getPaginatedItemsForAction(ACTION_LOAD_NEXT_PAGE, null); in test_getItems_correctItemsReturned()
304 ACTION_LOAD_NEXT_PAGE, in test_differentCategories_getCategoryItems()
314 ACTION_LOAD_NEXT_PAGE, in test_differentCategories_getCategoryItems()
341 downloadsAlbum, ACTION_LOAD_NEXT_PAGE, null); in test_differentCategories_getCategoryItems()
349 downloadsAlbum, ACTION_LOAD_NEXT_PAGE, null); in test_differentCategories_getCategoryItems()
[all …]
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DItemsAction.java33 public static final int ACTION_LOAD_NEXT_PAGE = 2; field in ItemsAction
45 ACTION_LOAD_NEXT_PAGE,
DPhotosTabFragment.java18 import static com.android.providers.media.photopicker.ui.ItemsAction.ACTION_LOAD_NEXT_PAGE;
347 ACTION_LOAD_NEXT_PAGE, in setOnScrollListenerForRecyclerView()
352 ACTION_LOAD_NEXT_PAGE, in setOnScrollListenerForRecyclerView()
DTabAdapter.java21 import static com.android.providers.media.photopicker.ui.ItemsAction.ACTION_LOAD_NEXT_PAGE;
260 case ACTION_LOAD_NEXT_PAGE: { in notifyOnListChanged()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DPickerViewModel.java34 import static com.android.providers.media.photopicker.ui.ItemsAction.ACTION_LOAD_NEXT_PAGE;
555 case ACTION_LOAD_NEXT_PAGE: { in getPaginatedItemsForAction()
864 case ACTION_LOAD_NEXT_PAGE: { in getPaginatedCategoryItemsForAction()
904 loadCategoryItemsAsync(pagingParameters, action != ACTION_LOAD_NEXT_PAGE, action); in updateCategoryItems()
922 if (action == ACTION_LOAD_NEXT_PAGE && mIsAllCategoryItemsLoaded) { in loadCategoryItemsAsync()