Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_divider_add_test.cpp264 auto textPickerPaintMethod = variable
317 auto textPickerPaintMethod = variable
370 auto textPickerPaintMethod = variable
423 auto textPickerPaintMethod = variable
471 auto textPickerPaintMethod = variable
521 auto textPickerPaintMethod = variable
569 auto textPickerPaintMethod = variable
615 auto textPickerPaintMethod = variable
658 auto textPickerPaintMethod = variable
700 auto textPickerPaintMethod = variable
[all …]
H A Dtext_picker_divider_test.cpp607 auto textPickerPaintMethod = variable
609 ASSERT_NE(textPickerPaintMethod, nullptr);
667 auto textPickerPaintMethod = variable
726 auto textPickerPaintMethod = variable
784 auto textPickerPaintMethod = variable
839 auto textPickerPaintMethod = variable
894 auto textPickerPaintMethod = variable
954 auto textPickerPaintMethod = variable
1014 auto textPickerPaintMethod = variable
1074 auto textPickerPaintMethod = variable
[all …]
H A Dtext_picker_Extend_test_ng.cpp613 auto textPickerPaintMethod = variable
653 auto textPickerPaintMethod = variable
655 textPickerPaintMethod->SetEnabled(false);
689 auto textPickerPaintMethod = variable
691 ASSERT_NE(textPickerPaintMethod, nullptr);
699 auto result = textPickerPaintMethod->SetStrokeWidth(divider, 0.0, info);
703 result = textPickerPaintMethod->SetStrokeWidth(divider, 0.0, info);
726 auto textPickerPaintMethod = variable
728 ASSERT_NE(textPickerPaintMethod, nullptr);
746 result = textPickerPaintMethod->NeedPaintDividerLines(contentRect, divider, 0.0, info);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.h69 auto textPickerPaintMethod = MakeRefPtr<TextPickerPaintMethod>(WeakClaim(this)); in CreateNodePaintMethod() local
70 textPickerPaintMethod->SetDefaultPickerItemHeight(CalculateHeight()); in CreateNodePaintMethod()
71 textPickerPaintMethod->SetEnabled(enabled_); in CreateNodePaintMethod()
72 return textPickerPaintMethod; in CreateNodePaintMethod()