Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.h39 firstHandle_ = AceType::MakeRefPtr<PropertyRectF>(RectF(0, 0, 0, 0)); in RichEditorDragOverlayModifier()
48 AttachProperty(firstHandle_); in RichEditorDragOverlayModifier()
67 CHECK_NULL_VOID(firstHandle_); in SetFirstHandle()
68 firstHandle_->Set(handle); in SetFirstHandle()
138 RefPtr<PropertyRectF> firstHandle_; variable
H A Drich_editor_drag_overlay_modifier.cpp74 if (firstHandle_) { in onDraw()
76 auto rect = firstHandle_->Get(); in onDraw()
78 … PaintHandle(canvas, firstHandle_->Get(), true, rect.Left() - selectPosition.globalX_, startY); in onDraw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.h121 CHECK_NULL_VOID(firstHandle_); in SetFirstHandle()
122 firstHandle_->Set(handle); in SetFirstHandle()
239 RefPtr<PropertyRectF> firstHandle_; variable
H A Dselect_overlay_content_modifier.cpp44 firstHandle_(AceType::MakeRefPtr<PropertyRectF>(RectF(0, 0, 0, 0))), in SelectOverlayContentModifier()
64 AttachProperty(firstHandle_); in SelectOverlayContentModifier()
164 PaintHandle(canvas, firstHandle_->Get(), false, in PaintSingleHandleWithRect()
223 PaintHandle(canvas, firstHandle_->Get(), !handleReverse_->Get(), in PaintDoubleHandleWithRect()
294 return firstHandle_->Get(); in GetFirstPaintRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp1303 EXPECT_EQ(contentModifier->firstHandle_->Get(), SECOND_HANDLE_REGION);