Home
last modified time | relevance | path

Searched refs:themePicker (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_date_picker_theme.h30 auto themePicker = JSViewAbstract::GetTheme<PickerTheme>(); in ApplyTheme() local
31 CHECK_NULL_RETURN(themePicker, false); in ApplyTheme()
37 auto selectedStyle = themePicker->GetOptionStyle(true, false); in ApplyTheme()
41 DatePickerModel::GetInstance()->SetSelectedTextStyle(themePicker, textStyle); in ApplyTheme()
43 auto disappearStyle = themePicker->GetDisappearOptionStyle(); in ApplyTheme()
47 DatePickerModel::GetInstance()->SetDisappearTextStyle(themePicker, textStyle); in ApplyTheme()
49 auto normalStyle = themePicker->GetOptionStyle(false, false); in ApplyTheme()
53 DatePickerModel::GetInstance()->SetNormalTextStyle(themePicker, textStyle); in ApplyTheme()
H A Djs_text_picker_theme.h30 auto themePicker = JSViewAbstract::GetTheme<PickerTheme>(); in ApplyTheme() local
31 CHECK_NULL_VOID(themePicker); in ApplyTheme()
37 auto selectedStyle = themePicker->GetOptionStyle(true, false); in ApplyTheme()
41 TextPickerModel::GetInstance()->SetSelectedTextStyle(themePicker, textStyle); in ApplyTheme()
43 auto disappearStyle = themePicker->GetDisappearOptionStyle(); in ApplyTheme()
47 TextPickerModel::GetInstance()->SetDisappearTextStyle(themePicker, textStyle); in ApplyTheme()
49 auto normalStyle = themePicker->GetOptionStyle(false, false); in ApplyTheme()
53 TextPickerModel::GetInstance()->SetNormalTextStyle(themePicker, textStyle); in ApplyTheme()
H A Djs_time_picker_theme.h30 auto themePicker = JSViewAbstract::GetTheme<PickerTheme>(); in ApplyTheme() local
31 CHECK_NULL_RETURN(themePicker, false); in ApplyTheme()
37 auto selectedStyle = themePicker->GetOptionStyle(true, false); in ApplyTheme()
41 TimePickerModel::GetInstance()->SetSelectedTextStyle(themePicker, textStyle); in ApplyTheme()
43 auto disappearStyle = themePicker->GetDisappearOptionStyle(); in ApplyTheme()
47 TimePickerModel::GetInstance()->SetDisappearTextStyle(themePicker, textStyle); in ApplyTheme()
49 auto normalStyle = themePicker->GetOptionStyle(false, false); in ApplyTheme()
53 TimePickerModel::GetInstance()->SetNormalTextStyle(themePicker, textStyle); in ApplyTheme()