Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.h44 … directionCheckFunc_[Placement::BOTTOM] = &SheetPresentationLayoutAlgorithm::CheckDirectionBottom; in SheetPresentationLayoutAlgorithm()
97 bool CheckDirectionBottom(const SizeF&, const OffsetF&);
H A Dsheet_presentation_layout_algorithm.cpp309 bool SheetPresentationLayoutAlgorithm::CheckDirectionBottom(const SizeF& targetSize, const OffsetF&… in CheckDirectionBottom() function in OHOS::Ace::NG::SheetPresentationLayoutAlgorithm