Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_overlay_modifier.cpp57 showPreviewTextDecoration_ = AceType::MakeRefPtr<PropertyBool>(false); in RichEditorOverlayModifier()
58 AttachProperty(showPreviewTextDecoration_); in RichEditorOverlayModifier()
73 showPreviewTextDecoration_->Set(value); in SetShowPreviewTextDecoration()
151 CHECK_NULL_VOID(showPreviewTextDecoration_->Get()); in PaintPreviewTextDecoration()
H A Drich_editor_overlay_modifier.h71 RefPtr<PropertyBool> showPreviewTextDecoration_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_preview_text_test_ng.cpp120 EXPECT_EQ(overlayMod->showPreviewTextDecoration_->Get(), true);
H A Drich_editor_overlay_test_ng.cpp1554 richEditorOverlayModifier->showPreviewTextDecoration_ = AceType::MakeRefPtr<PropertyBool>(1);
H A Drich_editor_test_ng.cpp6144 EXPECT_EQ(overlayMod->showPreviewTextDecoration_->Get(), true);