Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.h109 CHECK_NULL_VOID(isHandleLineShow_); in SetIsHandleLineShow()
110 isHandleLineShow_->Set(isShow); in SetIsHandleLineShow()
237 RefPtr<PropertyBool> isHandleLineShow_; variable
H A Dselect_overlay_content_modifier.cpp42 isHandleLineShow_(AceType::MakeRefPtr<PropertyBool>(false)), in SelectOverlayContentModifier()
62 AttachProperty(isHandleLineShow_); in SelectOverlayContentModifier()
138 .isHandleLineShow = isHandleLineShow_->Get(), in PaintSingleHandleWithPoints()
153 .isHandleLineShow = isHandleLineShow_->Get(), in PaintSingleHandleWithPoints()
165 { isHandleLineShow_->Get(), firstCircleIsShow_->Get(), IsDraggingHandle(true) }); in PaintSingleHandleWithRect()
170 { isHandleLineShow_->Get(), secondCircleIsShow_->Get(), IsDraggingHandle(false) }); in PaintSingleHandleWithRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_paint_method_test_ng.cpp1504 EXPECT_EQ(contentModifier->isHandleLineShow_->Get(), true);