Home
last modified time | relevance | path

Searched refs:SetBackgroundColor (Results 1 – 14 of 14) sorted by relevance

/base/update/updater/services/ui/
Dupdater_ui.cpp278 t->SetBackgroundColor(&color); in TextLabelInit()
419 g_menuFrame->SetBackgroundColor(&bgColor); in UpdaterUiInit()
434 g_updateFrame->SetBackgroundColor(&bgColor); in UpdaterUiInit()
439 g_anmimationLabel->SetBackgroundColor(&bgColor); in UpdaterUiInit()
446 g_updateInfoLabel->SetBackgroundColor(&bgColor); in UpdaterUiInit()
Dview.h45 virtual void SetBackgroundColor(BRGA888Pixel *color);
Dview.cpp58 void View::SetBackgroundColor(BRGA888Pixel *color) in SetBackgroundColor() function in updater::View
/base/powermgr/battery_manager/charger/ui/include/
Dview.h46 virtual void SetBackgroundColor(BRGA888Pixel* color);
/base/accessibility/interfaces/innerkits/asacfwk/include/
Daccessibility_caption.h62 void SetBackgroundColor(uint32_t color);
/base/powermgr/battery_manager/charger/ui/src/
Dupdater_ui.cpp45 t->SetBackgroundColor(&color); in TextLabelInit()
Dview.cpp65 void View::SetBackgroundColor(BRGA888Pixel* color) in SetBackgroundColor() function in OHOS::HDI::Battery::V1_0::View
/base/accessibility/services/test/mock/
Daccessibility_caption_mock.cpp33 void CaptionProperty::SetBackgroundColor(uint32_t color) in SetBackgroundColor() function in OHOS::Accessibility::CaptionProperty
/base/accessibility/frameworks/asacfwk/src/
Daccessibility_caption.cpp33 void CaptionProperty::SetBackgroundColor(uint32_t color) in SetBackgroundColor() function in OHOS::Accessibility::CaptionProperty
/base/accessibility/services/aams/test/mock/
Daccessibility_caption_mock.cpp33 void CaptionProperty::SetBackgroundColor(uint32_t color) in SetBackgroundColor() function in OHOS::Accessibility::CaptionProperty
/base/powermgr/battery_manager/charger/src/
Dcharger_thread.cpp136 g_hosFrame->SetBackgroundColor(&bgColor); in AnimationInit()
139 g_animationLabel->SetBackgroundColor(&bgColor); in AnimationInit()
144 g_updateInfoLabel->SetBackgroundColor(&bgColor); in AnimationInit()
/base/accessibility/services/aams/src/
Daccessibility_account_data.cpp701 captionProperty_.SetBackgroundColor(BACKGROUNDCOLOR); in CaptionInit()
/base/accessibility/interfaces/kits/napi/src/
Dnapi_accessibility_system_ability_client.cpp1845 captionProperty.SetBackgroundColor(color); in SetCaptionBackgroundColor()
Dnapi_accessibility_utils.cpp1854 ptrCaptionProperty->SetBackgroundColor(GetColorValue(env, object, propertyNameValue)); in ConvertObjToCaptionProperty()