Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dlayout_constraint_test_ng.cpp137 auto selfIdeaHeight = std::make_optional<float>(960); variable
138 layoutConstraint.selfIdealSize = OptionalSizeF(selfIdeaWidth, selfIdeaHeight);
149 selfIdeaHeight = std::nullopt;
150 layoutConstraint.selfIdealSize = OptionalSizeF(selfIdeaWidth, selfIdeaHeight);
161 selfIdeaHeight = std::nullopt;
162 layoutConstraint.selfIdealSize = OptionalSizeF(selfIdeaWidth, selfIdeaHeight);