Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DBaseCommunalViewModel.kt70 fun setEditModeState(state: EditModeState?) = communalSceneInteractor.setEditModeState(state) in setEditModeState() method
DCommunalEditModeViewModel.kt198 communalSceneInteractor.setEditModeState(null) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalSceneInteractor.kt85 fun setEditModeState(value: EditModeState?) { in <lambda>() method in com.android.systemui.communal.domain.interactor.CommunalSceneInteractor
DCommunalInteractor.kt311 communalSceneInteractor.setEditModeState(EditModeState.STARTING) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/view/viewmodel/
DCommunalEditModeViewModelTest.kt184 communalSceneInteractor.setEditModeState(EditModeState.SHOWING) in isCommunalContentVisible_isTrue_whenEditModeShowing()
192 communalSceneInteractor.setEditModeState(null) in isCommunalContentVisible_isFalse_whenEditModeNotShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DEditWidgetsActivity.kt154 communalViewModel.setEditModeState(EditModeState.SHOWING) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalSceneInteractorTest.kt101 underTest.setEditModeState(EditModeState.STARTING) in snapToSceneForActivity_willNotChangeScene_forEditModeActivity()