Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h252 RectF GetFrameRectWithoutSafeArea() const;
H A Dlayout_wrapper.cpp202 RectF LayoutWrapper::GetFrameRectWithoutSafeArea() const in GetFrameRectWithoutSafeArea() function in OHOS::Ace::NG::LayoutWrapper
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp519 localPoint.ToString().c_str(), host->GetFrameRectWithoutSafeArea().ToString().c_str(), in IsInAttachedNode()