Searched refs:thermalLowWin (Results 1 – 1 of 1) sorted by relevance
65 … const thermalLowWin = await window.create(globalThis.extensionContext, name, windowType); constant67 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();