Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/frameworks/js/napi/wallpaperextensionability/
Dwallpaper_extension_ability.js18 let windowType = 2000; variable
27 WindowManager.create(this.context, WindowName, windowType).then((win) => {
/base/powermgr/power_manager/power_dialog/entry/src/main/ets/ServiceExtAbility/
DThermalHighDialogAbility.ts58 private async createWindow(name: string, windowType: number, rect) {
65 const thermalHighWin = await window.create(globalThis.extensionContext, name, windowType);
DThermalLowDialogAbility.ts58 private async createWindow(name: string, windowType: number, rect) {
65 const thermalLowWin = await window.create(globalThis.extensionContext, name, windowType);
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/ServiceExtAbility/
DUsbDialogAbility.ts74 private async createWindow(name: string, windowType: number, rect): Promise<void> {
77 const usbWin = await window.create(globalThis.extensionContext, name, windowType);
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/ServiceExtAbility/
DNotificationServiceExtAbility.ts63 private async createWindow(name: string, windowType: number) {
66 win = await window.create(globalThis.notificationExtensionContext, name, windowType);
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/ServiceExtAbility/
DUsbFunctionSwitchWindowAbility.ets105 private async createOrShowUsbWindow(winName: string, windowType: number, rect): Promise<void> {
112 const usbWin = await window.create(globalThis.extensionContext, winName, windowType);
/base/inputmethod/imf/services/dialog/entry/src/main/ets/ServiceExtAbility/
DServiceExtAbility.ts47 windowType:window.WindowType.TYPE_FLOAT,