/ohos5.0/docs/zh-cn/application-dev/reference/apis-accessibility-kit/ |
H A D | js-apis-inner-application-accessibilityExtensionContext-sys.md | 113 ### findElement('textType')<sup>12+</sup> 115 findElement(type: 'textType', condition: string): Promise\<Array\<AccessibilityElement>>; 125 | type | string | 是 | 固定为'textType', 表示根据文本类型查找节点元素。 | 151 rootElement.findElement('textType', condition).then((data: AccessibilityElement[]) => {
|
H A D | js-apis-inner-application-accessibilityExtensionContext.md | 83 | textType<sup>12+</sup> | string …
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_inputmethod_proxy_capi.cpp | 61 InputMethod_EnterKeyType enterKey, InputMethod_TextInputType textType) in OH_InputMethodProxy_NotifyConfigurationChange() argument 70 info.SetTextInputType(static_cast<TextInputType>(textType)); in OH_InputMethodProxy_NotifyConfigurationChange()
|
/ohos5.0/docs/en/application-dev/reference/apis-accessibility-kit/ |
H A D | js-apis-inner-application-accessibilityExtensionContext-sys.md | 113 ### findElement('textType')<sup>12+</sup> 115 findElement(type: 'textType', condition: string): Promise\<Array\<AccessibilityElement>>; 125 | type | string | Yes | Type of element finding. The value is fixed at **'textType'**.| 151 rootElement.findElement('textType', condition).then((data: AccessibilityElement[]) => {
|
H A D | js-apis-inner-application-accessibilityExtensionContext.md | 83 | textType<sup>12+</sup> | string …
|
/ohos5.0/base/inputmethod/imf/interfaces/kits/c/ |
H A D | inputmethod_inputmethod_proxy_capi.h | 128 InputMethod_EnterKeyType enterKey, InputMethod_TextInputType textType);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__inputmethod__proxy__capi_8h.md | 34 …, [InputMethod_TextInputType](_input_method.md#inputmethod_textinputtype) textType) | 通知输入框配置变化。 |
|
H A D | _input_method.md | 93 …eytype) enterKey, [InputMethod_TextInputType](#inputmethod_textinputtype) textType) | 通知输入框配置变化。 | 1161 …odProxy * inputMethodProxy, InputMethod_EnterKeyType enterKey, InputMethod_TextInputType textType ) 1176 | textType | 输入框类型。 |
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
H A D | input_method_utils.h | 100 void SetTextInputType(TextInputType textType) in SetTextInputType() argument 102 textInputType = textType; in SetTextInputType()
|
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/ |
H A D | inputmethod__inputmethod__proxy__capi_8h.md | 34 …[InputMethod_TextInputType](_input_method.md#inputmethod_textinputtype) textType) | Notifies the c…
|
H A D | _input_method.md | 93 …type) enterKey, [InputMethod_TextInputType](#inputmethod_textinputtype) textType) | Notifies the c… 1161 …odProxy * inputMethodProxy, InputMethod_EnterKeyType enterKey, InputMethod_TextInputType textType ) 1176 | textType | Text box type.|
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.35/ |
H A D | changelogs-accessibility.md | 77 …| AccessibilityExtensionContext | findElement(type: 'textType', condition: string): Promise<Arr…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/ |
H A D | changelogs-accessibility.md | 77 …| AccessibilityExtensionContext | findElement(type: 'textType', condition: string): Promise<Array\…
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 581 void AccessibilityElementInfo::SetTextType(const std::string &textType) in SetTextType() argument 583 textType_ = textType; in SetTextType()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/ |
H A D | UdmfJsTest.js | 1094 const textType = 'general.text'; 1100 expect(unifiedData.hasType(textType)).assertEqual(true); 1105 expect(types[0]).assertEqual(textType); 1109 expect(unifiedData.hasType(textType)).assertEqual(true); 1114 expect(types[0]).assertEqual(textType);
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1490 void SetTextType(const std::string &textType);
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 1325 napi_value textType = nullptr; in GetElementInfoAllAttribute4() local 1326 GetElementInfoTextType(callbackInfo, textType); in GetElementInfoAllAttribute4() 1327 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "textType", textType)); in GetElementInfoAllAttribute4()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 6031 …std::string textType = frameNode->GetAccessibilityProperty<NG::AccessibilityProperty>()->GetTextTy… in FindTextByTextHint() local 6032 nlohmann::json textTypeJson = nlohmann::json::parse(textType, nullptr, false); in FindTextByTextHint()
|