Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.cpp267 auto offsetFunc = getOffsetFunc_[targetPlacement]; in GetOffsetInAvoidanceRule() local
268 CHECK_NULL_RETURN(offsetFunc, OffsetF()); in GetOffsetInAvoidanceRule()
269 return (this->*offsetFunc)(targetSize, targetOffset); in GetOffsetInAvoidanceRule()