Searched refs:SORT_DIMENSION_ID_SIZE (Results 1 – 7 of 7) sorted by relevance
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | SortDocumentUiTest.java | 114 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/ |
D | SortModel.java | 54 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()
|
D | SortingCursorWrapper.java | 59 case SortModel.SORT_DIMENSION_ID_SIZE: in SortingCursorWrapper() 85 case SortModel.SORT_DIMENSION_ID_SIZE: in SortingCursorWrapper() 98 case SortModel.SORT_DIMENSION_ID_SIZE: in SortingCursorWrapper()
|
D | SortListFragment.java | 75 case SortModel.SORT_DIMENSION_ID_SIZE: in setupSortingList() 109 case SortModel.SORT_DIMENSION_ID_SIZE: in getSheetLabelId()
|
D | SortController.java | 74 case SortModel.SORT_DIMENSION_ID_SIZE: in create()
|
D | TableHeaderController.java | 66 bindCell(mSizeCell, SortModel.SORT_DIMENSION_ID_SIZE); in onModelUpdate()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/ |
D | SortingCursorWrapperTest.java | 184 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()
|