Home
last modified time | relevance | path

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

/interface/sdk-js/api/
D@ohos.window.d.ts1314 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.ts76 onWindowReady(window: window.Window): void;
D@ohos.ability.featureAbility.d.ts234 function getWindow(callback: AsyncCallback<window.Window>): void;
244 function getWindow(): Promise<window.Window>;
/interface/sdk_c/third_party/egl/EGL/
Deglplatform.h122 typedef Window EGLNativeWindowType;