Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_theme.h102 return focusPaintPadding_; in GetFocusPaintPadding()
124 Dimension focusPaintPadding_ = 3.0_vp; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_theme.h146 return focusPaintPadding_; in GetFocusPaintPadding()
194 Dimension focusPaintPadding_; variable
263 … theme->focusPaintPadding_ = checkboxPattern->GetAttr<Dimension>("focus_paint_padding", 0.0_vp); in ParsePattern()
360 … theme->focusPaintPadding_ = switchPattern->GetAttr<Dimension>("focus_paint_padding", 0.0_vp); in ParsePattern()
465 … theme->focusPaintPadding_ = radioPattern->GetAttr<Dimension>("focus_paint_padding", 0.0_vp); in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/
H A Dcheckbox_pattern_test_ng.cpp1236 checkBoxTheme->focusPaintPadding_ = 10.0_px; //10.0_px is value of focusPaintPadding_
1290 checkBoxTheme->focusPaintPadding_ = 10.0_px; //10.0_px is value of focusPaintPadding_
1344 checkBoxTheme->focusPaintPadding_ = 10.0_px; //10.0_px is value of focusPaintPadding_
1398 checkBoxTheme->focusPaintPadding_ = 10.0_px; //10.0_px is value of focusPaintPadding_
1452 checkBoxTheme->focusPaintPadding_ = 10.0_px; //10.0_px is value of focusPaintPadding_
1506 checkBoxTheme->focusPaintPadding_ = 10.0_px; //10.0_px is value of focusPaintPadding_
1612 checkBoxTheme->focusPaintPadding_ = 100.0_px; //10.0_px is value of focusPaintPadding_
H A Dcheckbox_pattern_sub_test_ng.cpp600 checkBoxTheme->focusPaintPadding_ = 10.0_px; //10.0_px is value of focusPaintPadding_
653 checkBoxTheme->focusPaintPadding_ = 10.0_px; //10.0_px is value of focusPaintPadding_
706 checkBoxTheme->focusPaintPadding_ = 100.0_px; //10.0_px is value of focusPaintPadding_
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_test_ng.cpp1769 checkboxTheme->focusPaintPadding_ = Dimension(COMPONENT_WIDTH);