Home
last modified time | relevance | path

Searched defs:switchTheme (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_switch_test_ng.cpp126 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
181 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
235 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
292 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
349 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
406 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
463 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
519 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
575 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
633 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
[all …]
H A Dtoggle_test_ng.cpp624 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
665 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
773 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
825 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
895 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
978 auto switchTheme = AceType::MakeRefPtr<SwitchTheme>(); variable
1005 auto switchTheme = MockPipelineContext::GetCurrent()->GetTheme<SwitchTheme>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp44 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in SwitchModifier() local
78 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in InitializeParam() local
108 auto switchTheme = pipelineContext->GetTheme<SwitchTheme>(); in PaintSwitch() local
182 auto switchTheme = pipelineContext->GetTheme<SwitchTheme>(); in GetSwitchWidth() local
H A Dswitch_layout_algorithm.cpp44 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in MeasureContent() local
111 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in CalcHeightAndWidth() local
H A Dswitch_paint_property.h46 auto switchTheme = pipelineContext->GetTheme<SwitchTheme>(); in ToJsonValue() local
H A Dswitch_paint_method.h50 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in GetContentModifier() local
67 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in UpdateBoundsRect() local
H A Dswitch_pattern.h93 auto switchTheme = pipelineContext->GetTheme<SwitchTheme>(); in GetFocusPattern() local
H A Dswitch_pattern.cpp119 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in UpdateSwitchLayoutProperty() local
437 auto switchTheme = pipelineContext->GetTheme<SwitchTheme>(); in GetInnerFocusPaintRect() local
583 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in OnColorConfigurationUpdate() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtoggle_model_impl.cpp48 RefPtr<SwitchTheme> switchTheme = JSViewAbstract::GetTheme<SwitchTheme>(); in Create() local
85 RefPtr<SwitchTheme> switchTheme = JSViewAbstract::GetTheme<SwitchTheme>(); in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_toggle.cpp159 auto switchTheme = GetTheme<SwitchTheme>(); in JsWidth() local
195 auto switchTheme = pipeline->GetTheme<SwitchTheme>(); in JsHeight() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_toggle_modifier.cpp127 auto switchTheme = GetTheme<SwitchTheme>(); in ResetToggleHeight() local
289 auto switchTheme = themeManager->GetTheme<SwitchTheme>(); in ResetToggleUnselectedColor() local