Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_modifier/src/
H A Dmodifier_utilities.ts149 …arkModifier: M, attributeModifierWithKey: ModifierWithKey<string | number | boolean | object>): vo…
150 attributeModifierWithKey.value = attributeModifierWithKey.stageValue;
152 attributeModifierWithKey.applyPeer(arkModifier.nativePtr,
153 (attributeModifierWithKey.value === undefined || attributeModifierWithKey.value === null));
156 … arkModifier.constructor.name.toString() : 'undefined') + ' of ' + (attributeModifierWithKey ?
157 attributeModifierWithKey.constructor.name.toString() : 'undefined'));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkModifier.js104 static putDirtyModifier(arkModifier, attributeModifierWithKey) { argument
105 attributeModifierWithKey.value = attributeModifierWithKey.stageValue;
107 attributeModifierWithKey.applyPeer(arkModifier.nativePtr,
108 (attributeModifierWithKey.value === undefined ||
109 attributeModifierWithKey.value === null)
113 … arkModifier.constructor.name.toString() : 'undefined') + ' of ' + (attributeModifierWithKey ?
114 attributeModifierWithKey.constructor.name.toString() : 'undefined'));