Searched refs:setSelectedBackgroundColor (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkRichEditor.ts | 89 getUINativeModule().richEditor.setSelectedBackgroundColor(node, this.value!);
|
H A D | ArkAlphabetIndexer.ts | 317 getUINativeModule().alphabetIndexer.setSelectedBackgroundColor(node, this.value);
|
H A D | ArkSearch.ts | 429 getUINativeModule().search.setSelectedBackgroundColor(node, this.value!);
|
H A D | ArkText.ts | 712 getUINativeModule().text.setSelectedBackgroundColor(node, this.value!);
|
H A D | ArkTextArea.ts | 555 getUINativeModule().textArea.setSelectedBackgroundColor(node, this.value!);
|
H A D | ArkTextInput.ts | 384 getUINativeModule().textInput.setSelectedBackgroundColor(node, this.value!);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_alphabet_indexer_bridge.cpp | 374 GetArkUINodeModifiers()->getAlphabetIndexerModifier()->setSelectedBackgroundColor( in SetSelectedBackgroundColor()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 8250 getUINativeModule().richEditor.setSelectedBackgroundColor(node, this.value); 9079 getUINativeModule().search.setSelectedBackgroundColor(node, this.value); 11596 getUINativeModule().text.setSelectedBackgroundColor(node, this.value); 12121 getUINativeModule().textArea.setSelectedBackgroundColor(node, this.value); 13777 getUINativeModule().textInput.setSelectedBackgroundColor(node, this.value); 22085 getUINativeModule().alphabetIndexer.setSelectedBackgroundColor(node, this.value);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 2145 void (*setSelectedBackgroundColor)(ArkUINodeHandle node, ArkUI_Uint32 color); member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 3893 void (*setSelectedBackgroundColor)(ArkUINodeHandle node, ArkUI_Uint32 color); member
|