Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortController_TabletLayoutTest.java48 mController.onViewModeChanged(State.MODE_GRID); in testGridMode_hidesTable()
54 mController.onViewModeChanged(State.MODE_LIST); in testListMode_ShowsTable()
H A DSortControllerTest.java41 mController.onViewModeChanged(State.MODE_GRID); in testGridMode_hidesTable()
48 mController.onViewModeChanged(State.MODE_LIST); in testListMode_ShowsTable()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortController.java46 public void onViewModeChanged(@ViewMode int mode) { in onViewModeChanged() method in SortController
94 controller.onViewModeChanged(initialMode); in create()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java472 mSortController.onViewModeChanged(mState.derivedMode); in onRootPicked()
633 mSortController.onViewModeChanged(mState.derivedMode); in refreshCurrentRootAndDirectory()
699 dir.onViewModeChanged(); in setViewMode()
702 mSortController.onViewModeChanged(mode); in setViewMode()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java689 public void onViewModeChanged() { in onViewModeChanged() method in DirectoryFragment