Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.cpp49 const RectF& SelectOverlayInfo::GetFirstHandlePaintRect() in GetFirstHandlePaintRect() function in OHOS::Ace::NG::SelectOverlayInfo
H A Dselect_overlay_paint_method.cpp97 selectOverlayContentModifier_->SetFirstHandle(info_.GetFirstHandlePaintRect() - offset); in UpdateContentModifier()
H A Dselect_overlay_property.h341 const RectF& GetFirstHandlePaintRect();
H A Dselect_overlay_pattern.cpp174 auto firstHandle = info_->GetFirstHandlePaintRect(); in UpdateHandleHotZone()