Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_view.cpp181 auto pastePaintProperty = pasteNode->GetPaintProperty<SecurityComponentPaintProperty>(); in CreatePasteButton() local
182 CHECK_NULL_VOID(pastePaintProperty); in CreatePasteButton()
190 pastePaintProperty->UpdateFontColor(theme->GetMenuFontColor()); in CreatePasteButton()
191 pastePaintProperty->UpdateBackgroundColor(Color::TRANSPARENT); in CreatePasteButton()
194 pastePaintProperty->UpdateIconColor(theme->GetMenuIconColor()); in CreatePasteButton()