Home
last modified time | relevance | path

Searched defs:setEditModeState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalSceneInteractor.kt85 fun setEditModeState(value: EditModeState?) { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
DBaseCommunalViewModel.kt70 fun setEditModeState(state: EditModeState?) = communalSceneInteractor.setEditModeState(state) in setEditModeState() method in com.android.systemui.communal.ui.viewmodel.BaseCommunalViewModel