Searched refs:Window (Results 1 – 4 of 4) sorted by relevance
| /interface/sdk-js/api/ |
| D | @ohos.window.d.ts | 1314 toWindow: Window; 1518 function createWindow(config: Configuration, callback: AsyncCallback<Window>): void; 1534 function createWindow(config: Configuration): Promise<Window>; 1548 function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void; 1562 function create(id: string, type: WindowType): Promise<Window>; 1576 function create(ctx: BaseContext, id: string, type: WindowType): Promise<Window>; 1590 …function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback<Window>): … 1602 function find(id: string, callback: AsyncCallback<Window>): void; 1614 function find(id: string): Promise<Window>; 1649 function findWindow(name: string): Window; [all …]
|
| D | @ohos.application.WindowExtensionAbility.d.ts | 76 onWindowReady(window: window.Window): void;
|
| D | @ohos.ability.featureAbility.d.ts | 234 function getWindow(callback: AsyncCallback<window.Window>): void; 244 function getWindow(): Promise<window.Window>;
|
| /interface/sdk_c/third_party/egl/EGL/ |
| D | eglplatform.h | 122 typedef Window EGLNativeWindowType;
|