Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkShape.ts75 class ShapeWidthModifier extends ModifierWithKey<Length> {
121 … modifierWithKey(this._modifiersWithKeys, ShapeWidthModifier.identity, ShapeWidthModifier, value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js30273 class ShapeWidthModifier extends ModifierWithKey { class
30289 ShapeWidthModifier.identity = Symbol('shapeWidth');
30316 … modifierWithKey(this._modifiersWithKeys, ShapeWidthModifier.identity, ShapeWidthModifier, value);