Searched defs:ArkUITextInputModifier (Results 1 – 2 of 2) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/framework/native/src/generated/legacy/ |
| D | arkoala_api_legacy.h | 2380 struct ArkUITextInputModifier { struct 2381 void (*setTextInputCaretColor)(ArkUINodeHandle node, ArkUI_Uint32 color); 2382 void (*resetTextInputCaretColor)(ArkUINodeHandle node); 2383 void (*setTextInputType)(ArkUINodeHandle node, ArkUI_Int32 value); 2384 void (*resetTextInputType)(ArkUINodeHandle node); 2385 void (*setTextInputMaxLines)(ArkUINodeHandle node, ArkUI_Int32 value); 2386 void (*resetTextInputMaxLines)(ArkUINodeHandle node); 2387 void (*setTextInputPlaceholderColor)(ArkUINodeHandle node, ArkUI_Uint32 color); 2388 void (*resetTextInputPlaceholderColor)(ArkUINodeHandle node); 2389 void (*setTextInputCaretPosition)(ArkUINodeHandle node, ArkUI_Int32 caretPosition); [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
| D | arkoala_api.h | 4682 struct ArkUITextInputModifier { struct 4683 void (*setTextInputCaretColor)(ArkUINodeHandle node, ArkUI_Uint32 color, void* colorRawPtr); 4684 void (*resetTextInputCaretColor)(ArkUINodeHandle node); 4685 void (*setTextInputType)(ArkUINodeHandle node, ArkUI_Int32 value); 4686 void (*resetTextInputType)(ArkUINodeHandle node); 4687 void (*setTextInputMaxLines)(ArkUINodeHandle node, ArkUI_Int32 value); 4688 void (*resetTextInputMaxLines)(ArkUINodeHandle node); 4689 … void (*setTextInputPlaceholderColor)(ArkUINodeHandle node, ArkUI_Uint32 color, void* colorRawPtr); 4690 void (*resetTextInputPlaceholderColor)(ArkUINodeHandle node); 4691 void (*setTextInputCaretPosition)(ArkUINodeHandle node, ArkUI_Int32 caretPosition); [all …]
|