Home
last modified time | relevance | path

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

/applications/standard/systemui/product/default/dialog/src/main/ets/controller/
DController.ts81 destroyWindow(key: string, needClear: boolean = true) { method in SystemDialogController
/applications/standard/systemui/common/src/main/ets/default/
DWindowManager.ts141 async destroyWindow(name: WindowType): Promise<void> { method in WindowManager