Searched refs:textType (Results 1 - 4 of 4) sorted by relevance
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 571 void AccessibilityElementInfo::SetTextType(const std::string &textType) in SetTextType() argument 573 textType_ = textType; in SetTextType()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1486 * @param textType The text type of node 1489 void SetTextType(const std::string &textType); 1595 * @param textType The value of zIndex 1609 * @param textType The value of opacity 1623 * @param textType The value of backgroundColor 1637 * @param textType The value of backgroundImage 1651 * @param textType The value of blur 1665 * @param textType The value of hitTestBehavior
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
H A D | napi_accessibility_element.cpp | 42 "textType", "offset", "currentItem", "accessibilityGroup", "accessibilityLevel", "checkboxGroupSelectedStatus", 93 {"textType", &NAccessibilityElement::GetElementInfoTextType}, 1321 napi_value textType = nullptr; in GetElementInfoAllAttribute4() local 1322 GetElementInfoTextType(callbackInfo, textType); in GetElementInfoAllAttribute4() 1323 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, "textType", textType)); in GetElementInfoAllAttribute4() 1959 std::strcmp(conditionType.c_str(), "textType") != 0 && in FindElementConstructCallbackInfo() 2000 FindElementCondition::FIND_ELEMENT_CONDITION_CONTENT) ? "content" : "textType"; in FindElementByText() 2291 {"textType", FindElementCondition::FIND_ELEMENT_CONDITION_TEXT_TYPE} in ConvertStringToCondition()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 4012 if (textJson["type"] == "textType") { in SearchElementInfosByTextNG() 6001 std::string textType = frameNode->GetAccessibilityProperty<NG::AccessibilityProperty>()->GetTextType(); in FindTextByTextHint() local 6002 nlohmann::json textTypeJson = nlohmann::json::parse(textType, nullptr, false); in FindTextByTextHint()
|
Completed in 19 milliseconds