Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dlayout_constraint_test_ng.cpp136 std::optional<float> selfIdeaWidth = std::nullopt; variable
138 layoutConstraint.selfIdealSize = OptionalSizeF(selfIdeaWidth, selfIdeaHeight);
148 selfIdeaWidth = std::nullopt;
150 layoutConstraint.selfIdealSize = OptionalSizeF(selfIdeaWidth, selfIdeaHeight);
160 selfIdeaWidth = std::nullopt;
162 layoutConstraint.selfIdealSize = OptionalSizeF(selfIdeaWidth, selfIdeaHeight);