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.java54 SORT_DIMENSION_ID_SIZE,
63 public static final int SORT_DIMENSION_ID_SIZE = R.id.size; field in SortModel
255 case SortModel.SORT_DIMENSION_ID_SIZE: in addQuerySortArgs()
308 case SortModel.SORT_DIMENSION_ID_SIZE: in getDocumentSortQuery()
481 .withId(SORT_DIMENSION_ID_SIZE) in createModel()
DSortingCursorWrapper.java58 case SortModel.SORT_DIMENSION_ID_SIZE: in SortingCursorWrapper()
84 case SortModel.SORT_DIMENSION_ID_SIZE: in SortingCursorWrapper()
97 case SortModel.SORT_DIMENSION_ID_SIZE: in SortingCursorWrapper()
DSortListFragment.java65 case SortModel.SORT_DIMENSION_ID_SIZE: in setupSortingList()
99 case SortModel.SORT_DIMENSION_ID_SIZE: in getSheetLabelId()
DSortController.java74 case SortModel.SORT_DIMENSION_ID_SIZE: in create()
DTableHeaderController.java66 bindCell(mSizeCell, SortModel.SORT_DIMENSION_ID_SIZE); in onModelUpdate()
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java184 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizes_ascending()
207 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizes_descending()
242 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizesWithBucketing_ascending()
294 sortModel.sortByUser(SortModel.SORT_DIMENSION_ID_SIZE, in testSort_sizesWithBucketing_descending()