Searched refs:windowType (Results 1 – 7 of 7) sorted by relevance
/base/theme/wallpaper_mgr/frameworks/js/napi/wallpaperextensionability/ |
D | wallpaper_extension_ability.js | 18 let windowType = 2000; variable 27 WindowManager.create(this.context, WindowName, windowType).then((win) => {
|
/base/powermgr/power_manager/power_dialog/entry/src/main/ets/ServiceExtAbility/ |
D | ThermalHighDialogAbility.ts | 58 private async createWindow(name: string, windowType: number, rect) { 65 const thermalHighWin = await window.create(globalThis.extensionContext, name, windowType);
|
D | ThermalLowDialogAbility.ts | 58 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/ |
D | UsbDialogAbility.ts | 74 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/ |
D | NotificationServiceExtAbility.ts | 63 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/ |
D | UsbFunctionSwitchWindowAbility.ets | 105 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/ |
D | ServiceExtAbility.ts | 47 windowType:window.WindowType.TYPE_FLOAT,
|