Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/
H A Drefresh_layout_test_ng.cpp255 EXPECT_FLOAT_EQ(pattern_->GetTargetOffset(), 0.f);
257 EXPECT_FLOAT_EQ(pattern_->GetTargetOffset(), TRIGGER_REFRESH_DISTANCE.ConvertToPx());
259 EXPECT_FLOAT_EQ(pattern_->GetTargetOffset(), TRIGGER_REFRESH_DISTANCE.ConvertToPx());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp162 …popupProp->UpdatePositionOffset(OffsetF(param->GetTargetOffset().GetX(), param->GetTargetOffset().… in CreateBubbleNode()
322 …layoutProps->UpdatePositionOffset(OffsetF(param->GetTargetOffset().GetX(), param->GetTargetOffset(… in CreateCustomBubbleNode()
578 …opupLayoutProp->UpdatePositionOffset(OffsetF(param->GetTargetOffset().GetX(), param->GetTargetOffs… in UpdateCommonParam()
H A Dbubble_layout_algorithm.h54 OffsetF GetTargetOffset() const in GetTargetOffset() function
H A Dbubble_pattern.cpp67 targetOffset_ = bubbleLayoutAlgorithm->GetTargetOffset(); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.h141 float GetTargetOffset();
H A Drefresh_pattern.cpp837 float RefreshPattern::GetTargetOffset() in GetTargetOffset() function in OHOS::Ace::NG::RefreshPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h299 const Offset& GetTargetOffset() const in GetTargetOffset() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.h427 OffsetF GetTargetOffset() const in GetTargetOffset() function
H A Dmenu_layout_algorithm.cpp2138 targetOffset_ = menuPattern->GetTargetOffset(); in SkipUpdateTargetNodeSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp91 targetOffset_ = bubble->GetPopupParam()->GetTargetOffset(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp1928 …popupInfo.targetOffset = OffsetF(param->GetTargetOffset().GetX(), param->GetTargetOffset().GetY()); in BindPopup()