Searched refs:Window (Results 1 – 3 of 3) sorted by relevance
| /interface/sdk-js/api/ |
| D | @ohos.window.d.ts | 957 toWindow: Window; 1069 function createWindow(config: Configuration, callback: AsyncCallback<Window>): void; 1085 function createWindow(config: Configuration): Promise<Window>; 1099 function create(id: string, type: WindowType, callback: AsyncCallback<Window>): void; 1113 function create(id: string, type: WindowType): Promise<Window>; 1127 function create(ctx: BaseContext, id: string, type: WindowType): Promise<Window>; 1141 …function create(ctx: BaseContext, id: string, type: WindowType, callback: AsyncCallback<Window>): … 1153 function find(id: string, callback: AsyncCallback<Window>): void; 1165 function find(id: string): Promise<Window>; 1188 function findWindow(name: string): Window; [all …]
|
| D | @ohos.application.WindowExtensionAbility.d.ts | 71 onWindowReady(window: window.Window): void;
|
| D | @ohos.ability.featureAbility.d.ts | 229 function getWindow(callback: AsyncCallback<window.Window>): void; 239 function getWindow(): Promise<window.Window>;
|