Home
last modified time | relevance | path

Searched refs:onViewClosed (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
DShortcutHelperViewModel.kt41 fun onViewClosed() { in onViewClosed() method
42 interactor.onViewClosed() in onViewClosed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
DShortcutHelperViewModelTest.kt100 viewModel.onViewClosed() in shouldShow_falseAfterViewClosed()
124 viewModel.onViewClosed() in shouldShow_doesNotEmitDuplicateValues()
162 viewModel.onViewClosed() in sysUiStateFlag_falseAfterViewClosed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/domain/interactor/
DShortcutHelperInteractor.kt43 fun onViewClosed() { in onViewClosed() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/ui/view/
DShortcutHelperActivity.kt102 viewModel.onViewClosed() in <lambda>()