Home
last modified time | relevance | path

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

/base/powermgr/power_manager/power_dialog/entry/src/main/ets/ServiceExtAbility/
DThermalLowDialogAbility.ts65 … const thermalLowWin = await window.create(globalThis.extensionContext, name, windowType); constant
67 g_thermalLowWindowFirst = thermalLowWin;
70 globalThis.thermalLowWindow = thermalLowWin;
71 await thermalLowWin.moveTo(rect.left, rect.top);
72 await thermalLowWin.resetSize(rect.width, rect.height);
73 await thermalLowWin.loadContent('pages/thermalLowDialog');
74 await thermalLowWin.setBackgroundColor(BG_COLOR);
75 await thermalLowWin.show();