Searched refs:getWindowRootElement (Results 1 – 23 of 23) sorted by relevance
21 …getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;;<br>…22 …getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>旧版本信息:9300003|类名:A…23 …getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;;<br>旧版本信息:9300003|类名:Acce…
114 getWindowRootElement(windowId: number, callback: AsyncCallback<AccessibilityElement>): void;129 getWindowRootElement(windowId?: number): Promise<AccessibilityElement>;142 getWindowRootElement(callback: AsyncCallback<AccessibilityElement>): void;
33 getWindowRootElement(windowId, callback) { method in AccessibilityExtensionContext35 return this.__context_impl__.getWindowRootElement(windowId, callback);
20 …getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;<br>getWindowRootElement(c…
21 …getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;;<br>…22 …getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;;<br>Old version inform…23 …getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;;<br>Old version informati…
36 …| AccessibilityExtensionContext | getWindowRootElement(windowId: number, callback: AsyncCallback&l…37 …| AccessibilityExtensionContext | getWindowRootElement(windowId?: number): Promise<Accessibilit…38 …| AccessibilityExtensionContext | getWindowRootElement(callback: AsyncCallback<AccessibilityEl…
36 …| AccessibilityExtensionContext | getWindowRootElement(windowId: number, callback: AsyncCallback\<…37 …| AccessibilityExtensionContext | getWindowRootElement(windowId?: number): Promise\<AccessibilityE…38 …| AccessibilityExtensionContext | getWindowRootElement(callback: AsyncCallback\<AccessibilityEleme…
33 …:getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;<br>旧版本信息:|类名:Accessib…34 …getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;<br>旧…51 …getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;<br>旧版本信息:9300003|类名:Acces…
374 ## AccessibilityExtensionContext.getWindowRootElement<sup>(deprecated)</sup>376 getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;415 axContext.getWindowRootElement().then((data: AccessibilityElement) => {423 ## AccessibilityExtensionContext.getWindowRootElement<sup>(deprecated)</sup>425 getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;458 axContext.getWindowRootElement((err: BusinessError, data: AccessibilityElement) => {468 ## AccessibilityExtensionContext.getWindowRootElement<sup>(deprecated)</sup>470 getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;505 axContext.getWindowRootElement(windowId, (err: BusinessError, data: AccessibilityElement) => {787 …contextgetfocuselementdeprecated)或者[AccessibilityExtensionContext.getWindowRootElement() ](#access…
58 axContext.getWindowRootElement().then((data: AccessibilityElement) => {
120 rootElement = await this.accessibleContext?.getWindowRootElement();123 …console.error(`AccessibilityExtAbility Failed to getWindowRootElement. Cause:${JSON.stringify(erro…
33 …getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;<br>Old version informa…34 …getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;<br>O…51 …getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;<br>Old version informatio…
374 ## AccessibilityExtensionContext.getWindowRootElement<sup>(deprecated)</sup>376 getWindowRootElement(windowId?: number): Promise\<AccessibilityElement>;415 axContext.getWindowRootElement().then((data: AccessibilityElement) => {423 ## AccessibilityExtensionContext.getWindowRootElement<sup>(deprecated)</sup>425 getWindowRootElement(callback: AsyncCallback\<AccessibilityElement>): void;458 axContext.getWindowRootElement((err: BusinessError, data: AccessibilityElement) => {468 ## AccessibilityExtensionContext.getWindowRootElement<sup>(deprecated)</sup>470 getWindowRootElement(windowId: number, callback: AsyncCallback\<AccessibilityElement>): void;505 axContext.getWindowRootElement(windowId, (err: BusinessError, data: AccessibilityElement) => {787 …ntextgetfocuselementdeprecated) or [AccessibilityExtensionContext.getWindowRootElement()](#accessi…
40 |新增(错误码)|NA|方法名 or 属性名:getWindowRootElement<br>错误码内容:9300003|AccessibilityExtensionContext.d.ts|
46 |新增|NA|类名:AccessibilityExtensionContext;<br>方法or属性:getWindowRootElement(windowId?: number): Promise…47 |新增|NA|类名:AccessibilityExtensionContext;<br>方法or属性:getWindowRootElement(callback: AsyncCallback\<Ac…48 |新增|NA|类名:AccessibilityExtensionContext;<br>方法or属性:getWindowRootElement(windowId: number, callback:…
46 …name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId?: …47 …name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(callback: A…48 …name: AccessibilityExtensionContext;<br>Method or attribute name: getWindowRootElement(windowId: n…
40 |Error code added|NA|Method or attribute name: getWindowRootElement<br>Error code: 9300003|Accessib…
5129 …* 使用 [getWindowRootElement()](reference/apis-accessibility-kit/js-apis-inner-application-accessibi…