Home
last modified time | relevance | path

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

/applications/standard/launcher/common/src/main/ets/default/manager/
DWindowManager.ts119 … const abilityWindow = await window.getLastWindow(globalThis.desktopContext as common.BaseContext); constant
130 … const abilityWindow = await window.getLastWindow(globalThis.desktopContext as common.BaseContext); constant
/applications/standard/app_samples/code/SystemFeature/ApplicationModels/Launcher/entry/src/main/ets/manager/
DWindowManager.ts101 const abilityWindow = await Window.getLastWindow(this.context); constant