Home
last modified time | relevance | path

Searched defs:selectTheme (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp135 auto selectTheme = GetTheme<SelectTheme>(); in SetFont() local
173 auto selectTheme = GetTheme<SelectTheme>(); in SetOptionFont() local
211 auto selectTheme = GetTheme<SelectTheme>(); in SetSelectedOptionFont() local
242 auto selectTheme = GetTheme<SelectTheme>(); in ResetSpace() local
266 auto selectTheme = GetTheme<SelectTheme>(); in ResetSelectFontColor() local
275 auto selectTheme = GetTheme<SelectTheme>(); in ResetSelectedOptionBgColor() local
284 auto selectTheme = GetTheme<SelectTheme>(); in ResetOptionBgColor() local
293 auto selectTheme = GetTheme<SelectTheme>(); in ResetOptionFontColor() local
302 auto selectTheme = GetTheme<SelectTheme>(); in ResetSelectedOptionFontColor() local
327 auto selectTheme = GetTheme<SelectTheme>(); in ResetFont() local
[all …]
H A Dprogress_modifier.cpp325 auto selectTheme = themeManager->GetTheme<SelectTheme>(); in SetCapsuleStyleOptions() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.cpp43 auto selectTheme = themeManager->GetTheme<SelectTheme>(); in InitTheme() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_layout_algorithm.cpp38 const auto& selectTheme = optionPattern->GetSelectTheme(); in Measure() local
179 const auto& selectTheme = optionPattern->GetSelectTheme(); in UpdateIconMargin() local
H A Doption_paint_method.cpp90 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in PaintDivider() local
H A Doption_pattern.cpp116 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in UpdateIconSrc() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_paint_method.cpp48 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in GetOverlayDrawFunction() local
H A Dmenu_item_pattern.cpp1018 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in UpdateImageNode() local
1031 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in UpdateImageNode() local
1051 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in UpdateSymbolNode() local
1154 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in AddExpandIcon() local
1216 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in AddStackSubMenuHeader() local
1253 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in UpdateIcon() local
1301 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in UpdateImageIcon() local
1353 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in UpdateSymbolIcon() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.cpp47 auto selectTheme = themeManager->GetTheme<SelectTheme>(); in InitTheme() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_paint_method.cpp59 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in PreparePaintData() local
H A Dmenu_item_group_layout_algorithm.cpp271 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in UpdateHeaderAndFooterMargin() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp231 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in ResetFont() local
332 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in ResetFontSize() local
662 auto selectTheme = GetTheme<SelectTheme>(); in SetSpace() local
866 auto selectTheme = GetTheme<SelectTheme>(); in SetDivider() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_pattern.cpp267 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in PlayBgColorAnimation() local
777 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in ResetOptionProps() local
902 …tr<FrameNode>& spinner, const RefPtr<IconTheme>& iconTheme, const RefPtr<SelectTheme>& selectTheme) in InitSpinner()
922 const RefPtr<FrameNode>& spinner, const RefPtr<SelectTheme>& selectTheme) in InitSpinner()
1203 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in OnColorConfigurationUpdate() local
1275 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in GetFontSize() local
1286 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in SetSelectDefaultTheme() local
1398 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in ResetParams() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_paint_method.cpp143 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in GetOverlayDrawFunction() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tool_bar_item.cpp74 RefPtr<SelectTheme> selectTheme = GetTheme<SelectTheme>(); in InitializedToolBarItemChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_select_bridge.cpp93 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in SetSpace() local
323 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in SetOptionFont() local
370 auto selectTheme = pipeline->GetTheme<SelectTheme>(); in SetSelectedOptionFont() local
877 auto selectTheme = themeManager->GetTheme<SelectTheme>(); in SetDivider() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/select/
H A Dselect_test_ng.cpp845 auto selectTheme = pipeline->GetTheme<SelectTheme>(); variable
1067 auto selectTheme = pipeline->GetTheme<SelectTheme>(); variable
1209 auto selectTheme = pipeline->GetTheme<SelectTheme>(); variable
1239 auto selectTheme = pipeline->GetTheme<SelectTheme>(); variable
H A Dselect_pattern_test_controlsize_ng.cpp443 auto selectTheme = pipeline->GetTheme<SelectTheme>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp44 auto selectTheme = themeManager->GetTheme<SelectTheme>(); in InitTheme() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_pattern_test_ng.cpp595 auto selectTheme = MockPipelineContext::GetCurrent()->GetTheme<SelectTheme>(); variable
671 auto selectTheme = MockPipelineContext::GetCurrent()->GetTheme<SelectTheme>(); variable
H A Dmenu_layoutFst_test_ng.cpp1704 auto selectTheme = MockPipelineContext::GetCurrent()->GetTheme<SelectTheme>(); variable
1742 auto selectTheme = AceType::MakeRefPtr<SelectTheme>(); variable
H A Dmenu_layoutScd_test_ng.cpp1532 auto selectTheme = MockPipelineContext::GetCurrent()->GetTheme<SelectTheme>(); variable
1609 auto selectTheme = MockPipelineContext::GetCurrent()->GetTheme<SelectTheme>(); variable
H A Dmenuitemgroup_test_ng.cpp821 auto selectTheme = MockPipelineContext::GetCurrent()->GetTheme<SelectTheme>(); variable
H A Dmenu_origin_test_ng.cpp1984 auto selectTheme = MockPipelineContext::GetCurrent()->GetTheme<SelectTheme>(); variable
2052 auto selectTheme = MockPipelineContext::GetCurrent()->GetTheme<SelectTheme>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.cpp26 auto selectTheme = JSViewAbstract::GetTheme<SelectTheme>(); in Create() local

12