Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkText.ts703 class TextSelectedBackgroundColorModifier extends ModifierWithKey<ResourceColor> {
972 modifierWithKey(this._modifiersWithKeys, TextSelectedBackgroundColorModifier.identity,
973 TextSelectedBackgroundColorModifier, value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js11588 class TextSelectedBackgroundColorModifier extends ModifierWithKey { class
11603 TextSelectedBackgroundColorModifier.identity = Symbol('textSelectedBackgroundColor');
11927 modifierWithKey(this._modifiersWithKeys, TextSelectedBackgroundColorModifier.identity,
11928 TextSelectedBackgroundColorModifier, value);