Home
last modified time | relevance | path

Searched refs:setTextOverflow (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkText.ts435 getUINativeModule().text.setTextOverflow(node, this.value.overflow);
H A DArkTextArea.ts590 getUINativeModule().textArea.setTextOverflow(node, this.value!);
H A DArkTextInput.ts247 getUINativeModule().textInput.setTextOverflow(node, this.value!);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_bridge.cpp288 GetArkUINodeModifiers()->getTextModifier()->setTextOverflow(nativeNode, value); in SetTextOverflow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h561 void (*setTextOverflow)(ArkUINodeHandle node, ArkUI_Int32 value); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2068 void (*setTextOverflow)(ArkUINodeHandle node, ArkUI_Int32 value); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js11337 getUINativeModule().text.setTextOverflow(node, this.value.overflow);
12153 getUINativeModule().textArea.setTextOverflow(node, this.value);
13622 getUINativeModule().textInput.setTextOverflow(node, this.value);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp9447 …fullImpl->getNodeModifiers()->getTextModifier()->setTextOverflow(node->uiNodeHandle, item->value[0… in SetTextOverflow()