Searched refs:hasValues (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_input_modifier.cpp | 986 const ArkUI_Bool* hasValues, ArkUI_Int32 length) in SetTextInputUserUnderlineColor() 994 if (hasValues[CALL_ARG_0]) { in SetTextInputUserUnderlineColor() 997 if (hasValues[CALL_ARG_1]) { in SetTextInputUserUnderlineColor() 1000 if (hasValues[CALL_ARG_2]) { in SetTextInputUserUnderlineColor() 1003 if (hasValues[CALL_ARG_3]) { in SetTextInputUserUnderlineColor() 985 SetTextInputUserUnderlineColor(ArkUINodeHandle node, const ArkUI_Uint32* values, const ArkUI_Bool* hasValues, ArkUI_Int32 length) SetTextInputUserUnderlineColor() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_input_bridge.cpp | 1068 ArkUI_Bool hasValues[ARG_GROUP_LENGTH]; in SetUnderlineColor() local 1069 hasValues[CALL_ARG_0] = userColor.typing.has_value(); in SetUnderlineColor() 1070 hasValues[CALL_ARG_1] = userColor.normal.has_value(); in SetUnderlineColor() 1071 hasValues[CALL_ARG_2] = userColor.error.has_value(); in SetUnderlineColor() 1072 hasValues[CALL_ARG_3] = userColor.disable.has_value(); in SetUnderlineColor() 1074 nativeNode, values, hasValues, ARG_GROUP_LENGTH); in SetUnderlineColor()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1731 const ArkUI_Bool* hasValues, ArkUI_Int32 length);
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 4526 ArkUI_Bool hasValues[NUM_4] = { 1, 1, 1, 1 }; in SetTextInputUnderlineColor() local 4529 node->uiNodeHandle, values, hasValues, NUM_4); in SetTextInputUnderlineColor()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 3365 const ArkUI_Bool* hasValues, ArkUI_Int32 length);
|
Completed in 66 milliseconds