/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | search_modifier.cpp | 621 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 D | node_text_area_modifier.cpp | 574 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 D | node_text_input_modifier.cpp | 1386 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 D | arkComponent.js | 9308 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 D | arkoala_api.h | 1177 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 D | cjui_api.h | 1530 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 D | style_modifier.cpp | 6036 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()
|