Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h329 std::optional<SizeF> GetHostFrameSize() const in GetHostFrameSize() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp368 EXPECT_EQ(pattern->GetHostFrameSize(), std::nullopt);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3624 auto size = GetHostFrameSize().value_or(SizeF()); in ComputeTouchHandleRect()
3865 if (LessOrEqual(GetHostFrameSize().value_or(SizeF()).Height(), y)) { in ComputeMouseClippedSelectionBounds()
3866 selectY += GetHostFrameSize().value_or(SizeF()).Height(); in ComputeMouseClippedSelectionBounds()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1796 auto hostSize = GetHostFrameSize(); in GetOutOfScrollableOffset()