Home
last modified time | relevance | path

Searched refs:textType (Results 1 - 4 of 4) sorted by relevance

/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp571 void AccessibilityElementInfo::SetTextType(const std::string &textType) in SetTextType() argument
573 textType_ = textType; in SetTextType()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1486 * @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 Dnapi_accessibility_element.cpp42 "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 Djs_accessibility_manager.cpp4012 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 20 milliseconds