Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_paint_method.h30 class ACE_EXPORT DatePickerPaintMethod : public NodePaintMethod {
31 DECLARE_ACE_TYPE(DatePickerPaintMethod, NodePaintMethod)
33 DatePickerPaintMethod() = default;
34 ~DatePickerPaintMethod() override = default;
36 DatePickerPaintMethod(const WeakPtr<Pattern>& pattern) in DatePickerPaintMethod() function
H A Ddatepicker_paint_method.cpp33 CanvasDrawFunction DatePickerPaintMethod::GetForegroundDrawFunction(PaintWrapper* paintWrapper) in GetForegroundDrawFunction()
H A Ddatepicker_pattern.h72 auto paintMethod = MakeRefPtr<DatePickerPaintMethod>(WeakClaim(this)); in CreateNodePaintMethod()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp1325 …AceType::MakeRefPtr<DatePickerPaintMethod>(AceType::WeakClaim(AceType::RawPtr(datePickerPattern)));
1357 …AceType::MakeRefPtr<DatePickerPaintMethod>(AceType::WeakClaim(AceType::RawPtr(datePickerPattern)));