Home
last modified time | relevance | path

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 DArkRichEditor.ts89 getUINativeModule().richEditor.setSelectedBackgroundColor(node, this.value!);
H A DArkAlphabetIndexer.ts317 getUINativeModule().alphabetIndexer.setSelectedBackgroundColor(node, this.value);
H A DArkSearch.ts429 getUINativeModule().search.setSelectedBackgroundColor(node, this.value!);
H A DArkText.ts712 getUINativeModule().text.setSelectedBackgroundColor(node, this.value!);
H A DArkTextArea.ts555 getUINativeModule().textArea.setSelectedBackgroundColor(node, this.value!);
H A DArkTextInput.ts384 getUINativeModule().textInput.setSelectedBackgroundColor(node, this.value!);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.cpp374 GetArkUINodeModifiers()->getAlphabetIndexerModifier()->setSelectedBackgroundColor( in SetSelectedBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8250 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 Dcjui_api.h2145 void (*setSelectedBackgroundColor)(ArkUINodeHandle node, ArkUI_Uint32 color); member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h3893 void (*setSelectedBackgroundColor)(ArkUINodeHandle node, ArkUI_Uint32 color); member