Home
last modified time | relevance | path

Searched refs:optionTheme (Results 1 – 2 of 2) sorted by relevance

/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_select.cpp61 auto optionTheme = GetTheme<SelectTheme>(); in Create() local
62 auto optionComponent = AceType::MakeRefPtr<OHOS::Ace::OptionComponent>(optionTheme); in Create()
65 optionComponent->SetTheme(optionTheme); in Create()
68 optionComponent->SetTextStyle(optionTheme->GetTitleStyle()); in Create()
69 optionComponent->SetSelectedTextStyle(optionTheme->GetTitleStyle()); in Create()
70 optionComponent->SetSelectedBackgroundColor(optionTheme->GetSelectedColor()); in Create()
Djs_view_abstract.cpp1764 auto optionTheme = GetTheme<SelectTheme>(); in JsBindMenu() local
1765 auto optionComponent = AceType::MakeRefPtr<OHOS::Ace::OptionComponent>(optionTheme); in JsBindMenu()
1768 optionComponent->SetTheme(optionTheme); in JsBindMenu()
1809 auto optionTheme = GetTheme<SelectTheme>(); in JsBindMenu() local
1810 auto optionComponent = AceType::MakeRefPtr<OHOS::Ace::OptionComponent>(optionTheme); in JsBindMenu()
3587 auto optionTheme = GetTheme<SelectTheme>(); in JsBindContextMenu() local
3588 auto optionComponent = AceType::MakeRefPtr<OHOS::Ace::OptionComponent>(optionTheme); in JsBindContextMenu()