Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.h142 double GetBottomValue(const RefPtr<LayoutWrapper>& layoutWrapper);
H A Dtoast_pattern.cpp213 auto toastBottom = GetBottomValue(layoutWrapper); in GetOffsetY()
249 double ToastPattern::GetBottomValue(const RefPtr<LayoutWrapper>& layoutWrapper) in GetBottomValue() function in OHOS::Ace::NG::ToastPattern
264 auto toastBottom = toastProp->GetBottomValue(defaultBottom_); in GetBottomValue()