Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dconstraint_flags.cpp26 percentRef = preConstraint->percentReference == constraint->percentReference; in UpdateFlags()
33 percentRef = true; in UpdateFlags()
45 result += "percentRef: " + std::to_string(percentRef) + ", "; in ToString()
H A Dconstraint_flags.h36 bool percentRef = false; member