Home
last modified time | relevance | path

Searched refs:thresholdPercentage (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dsearch_modifier.cpp621 ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorder) in SetSearchShowCounterOptions()
626 SearchModelNG::SetCounterType(frameNode, thresholdPercentage); in SetSearchShowCounterOptions()
620 SetSearchShowCounterOptions( ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorder) SetSearchShowCounterOptions() argument
H A Dnode_text_area_modifier.cpp574 ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorder) in SetTextAreaShowCounterOptions()
579 TextFieldModelNG::SetCounterType(frameNode, thresholdPercentage); in SetTextAreaShowCounterOptions()
597 options->thresholdPercentage = TextFieldModelNG::GetCounterType(frameNode); in GetTextAreaShowCounterOptions()
573 SetTextAreaShowCounterOptions( ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorder) SetTextAreaShowCounterOptions() argument
H A Dnode_text_input_modifier.cpp1386 ArkUINodeHandle node, ArkUI_Uint32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Uint32 highlightBorder) in SetTextInputShowCounter()
1391 TextFieldModelNG::SetCounterType(frameNode, thresholdPercentage); in SetTextInputShowCounter()
1385 SetTextInputShowCounter( ArkUINodeHandle node, ArkUI_Uint32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Uint32 highlightBorder) SetTextInputShowCounter() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js9308 getUINativeModule().search.setShowCounter(node, this.value.value, this.value.highlightBorder, this.value.thresholdPercentage);
9314 !isBaseOrResourceEqual(this.stageValue.thresholdPercentage, this.value.thresholdPercentage);
9499 arkValue.thresholdPercentage = options?.thresholdPercentage;
12557 getUINativeModule().textArea.setShowCounter(node, this.value.value, this.value.highlightBorder, this.value.thresholdPercentage);
12563 !isBaseOrResourceEqual(this.stageValue.thresholdPercentage, this.value.thresholdPercentage);
13209 arkValue.thresholdPercentage = options?.thresholdPercentage;
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1177 ArkUI_Int32 thresholdPercentage; member
3174 ArkUINodeHandle node, ArkUI_Int32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Int32 highlightBorder);
3402 ArkUINodeHandle node, ArkUI_Uint32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Uint32 highlightBorder);
4089 ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorderr);
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1530 ArkUINodeHandle node, ArkUI_Int32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Int32 highlightBorder);
1778 ArkUINodeHandle node, ArkUI_Uint32 open, ArkUI_Int32 thresholdPercentage, ArkUI_Uint32 highlightBorder);
2378 ArkUINodeHandle node, ArkUI_Bool open, ArkUI_Int32 thresholdPercentage, ArkUI_Bool highlightBorderr);
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6036 ArkUI_Int32 thresholdPercentage = -1; in SetTextAreaShowCounter() local
6048 thresholdPercentage = static_cast<ArkUI_Int32>(item->value[NUM_1].f32); in SetTextAreaShowCounter()
6058 node->uiNodeHandle, open, thresholdPercentage, highlightBorder); in SetTextAreaShowCounter()
6075 // thresholdPercentage in GetTextAreaShowCounter()
6076 g_numberValues[NUM_1].f32 = options.thresholdPercentage; in GetTextAreaShowCounter()

Completed in 81 milliseconds