Home
last modified time | relevance | path

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

/interface/sdk-js/kits/
D@kit.AccessibilityKit.d.ts27 ElementAttributeValues, FocusDirection, FocusType, Rect, WindowType, AccessibilityEvent
33 GesturePoint, Rect, WindowType, accessibility, config, AccessibilityEvent
/interface/sdk-js/api/
D@ohos.application.AccessibilityExtensionAbility.d.ts28 WindowType as _WindowType,
81 export type WindowType = _WindowType; alias
D@ohos.window.d.ts62 enum WindowType { enum
539 type: WindowType;
970 type: WindowType;
1382 windowType: WindowType;
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>): …
2768 setWindowType(type: WindowType): Promise<void>;
2780 setWindowType(type: WindowType, callback: AsyncCallback<void>): void;
/interface/sdk-js/api/application/
DAccessibilityExtensionContext.d.ts689 type: WindowType;
742 type WindowType = 'application' | 'system'; property in AccessibilityExtensionContext