Home
last modified time | relevance | path

Searched refs:TextAreaSelectedBackgroundColorModifier (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkTextArea.ts546 class TextAreaSelectedBackgroundColorModifier extends ModifierWithKey<ResourceColor> {
1341 …ithKey(this._modifiersWithKeys, TextAreaSelectedBackgroundColorModifier.identity, TextAreaSelected…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js12113 class TextAreaSelectedBackgroundColorModifier extends ModifierWithKey { class
12128 TextAreaSelectedBackgroundColorModifier.identity = Symbol('textAreaSelectedBackgroundColor');
13232 …ithKey(this._modifiersWithKeys, TextAreaSelectedBackgroundColorModifier.identity, TextAreaSelected…