Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkComponent.ts341 class HeightModifier extends ModifierWithKey<Length> {
3399 modifierWithKey(this._modifiersWithKeys, HeightModifier.identity, HeightModifier, value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js253 class HeightModifier extends ModifierWithKey { class
269 HeightModifier.identity = Symbol('height');
3295 modifierWithKey(this._modifiersWithKeys, HeightModifier.identity, HeightModifier, value);