Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSortDocumentUiTest.java114 SortModel.SORT_DIMENSION_ID_SIZE, SortDimension.SORT_DIRECTION_ASCENDING); in testSortBySize_Ascending_listMode()
124 SortModel.SORT_DIMENSION_ID_SIZE, SortDimension.SORT_DIRECTION_DESCENDING); in testSortBySize_Descending_listMode()
184 SortModel.SORT_DIMENSION_ID_SIZE, SortDimension.SORT_DIRECTION_ASCENDING); in testSortBySize_Ascending_gridMode()
194 SortModel.SORT_DIMENSION_ID_SIZE, SortDimension.SORT_DIRECTION_DESCENDING); in testSortBySize_Descending_gridMode()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortModel.java53 public static final int SORT_DIMENSION_ID_SIZE = R.id.size; field in SortModel
242 } else if (id == SortModel.SORT_DIMENSION_ID_SIZE) { in addQuerySortArgs()
291 } else if (id == SortModel.SORT_DIMENSION_ID_SIZE) { in getDocumentSortQuery()
463 .withId(SORT_DIMENSION_ID_SIZE) in createModel()
DSortingCursorWrapper.java56 || id == SortModel.SORT_DIMENSION_ID_SIZE) { in SortingCursorWrapper()
77 } else if (id == SortModel.SORT_DIMENSION_ID_SIZE) { in SortingCursorWrapper()
87 || id == SortModel.SORT_DIMENSION_ID_SIZE) { in SortingCursorWrapper()
DSortListFragment.java73 || id == SortModel.SORT_DIMENSION_ID_SIZE) { in setupSortingList()
105 } else if (id == SortModel.SORT_DIMENSION_ID_SIZE) { in getSheetLabelId()
DSortController.java73 } else if (id == SortModel.SORT_DIMENSION_ID_SIZE) { in create()
DTableHeaderController.java65 bindCell(mSizeCell, SortModel.SORT_DIMENSION_ID_SIZE); in onModelUpdate()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java183 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizes_ascending()
206 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizes_descending()
241 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizesWithBucketing_ascending()
293 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizesWithBucketing_descending()