Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_pattern.h60 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_pattern.h77 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_pattern.h49 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.h44 return { FocusType::NODE, true, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_pattern.h82 return { FocusType::NODE, false, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h78 return { FocusType::NODE, true, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_new.cpp119 focusHub->focusStyleType_ = FocusStyleType::OUTER_BORDER;
174 focusHub->focusStyleType_ = FocusStyleType::OUTER_BORDER;
774 focusHub->focusStyleType_ = FocusStyleType::OUTER_BORDER;
H A Dfocus_hub_test_ng.cpp1594 focusHub->focusStyleType_ = FocusStyleType::OUTER_BORDER;
1627 focusHub->focusStyleType_ = FocusStyleType::OUTER_BORDER;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp362 return { FocusType::NODE, true, FocusStyleType::OUTER_BORDER }; in GetFocusPattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h102 OUTER_BORDER = 1, enumerator
H A Dfocus_hub.cpp1614 …} else if (focusStyleType_ == FocusStyleType::OUTER_BORDER || focusStyleType_ == FocusStyleType::F… in PaintFocusState()