Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts290 class BorderWidthModifier extends ModifierWithKey<Length | EdgeWidths> {
3808 …modifierWithKey(this._modifiersWithKeys, BorderWidthModifier.identity, BorderWidthModifier, value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js208 class BorderWidthModifier extends ModifierWithKey { class
252 BorderWidthModifier.identity = Symbol('borderWidth');
3668 …modifierWithKey(this._modifiersWithKeys, BorderWidthModifier.identity, BorderWidthModifier, value);