/base/update/updater/services/ui/ |
D | updater_ui.cpp | 278 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()
|
D | view.h | 45 virtual void SetBackgroundColor(BRGA888Pixel *color);
|
D | view.cpp | 58 void View::SetBackgroundColor(BRGA888Pixel *color) in SetBackgroundColor() function in updater::View
|
/base/powermgr/battery_manager/charger/ui/include/ |
D | view.h | 46 virtual void SetBackgroundColor(BRGA888Pixel* color);
|
/base/accessibility/interfaces/innerkits/asacfwk/include/ |
D | accessibility_caption.h | 62 void SetBackgroundColor(uint32_t color);
|
/base/powermgr/battery_manager/charger/ui/src/ |
D | updater_ui.cpp | 45 t->SetBackgroundColor(&color); in TextLabelInit()
|
D | view.cpp | 65 void View::SetBackgroundColor(BRGA888Pixel* color) in SetBackgroundColor() function in OHOS::HDI::Battery::V1_0::View
|
/base/accessibility/services/test/mock/ |
D | accessibility_caption_mock.cpp | 33 void CaptionProperty::SetBackgroundColor(uint32_t color) in SetBackgroundColor() function in OHOS::Accessibility::CaptionProperty
|
/base/accessibility/frameworks/asacfwk/src/ |
D | accessibility_caption.cpp | 33 void CaptionProperty::SetBackgroundColor(uint32_t color) in SetBackgroundColor() function in OHOS::Accessibility::CaptionProperty
|
/base/accessibility/services/aams/test/mock/ |
D | accessibility_caption_mock.cpp | 33 void CaptionProperty::SetBackgroundColor(uint32_t color) in SetBackgroundColor() function in OHOS::Accessibility::CaptionProperty
|
/base/powermgr/battery_manager/charger/src/ |
D | charger_thread.cpp | 136 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/ |
D | accessibility_account_data.cpp | 701 captionProperty_.SetBackgroundColor(BACKGROUNDCOLOR); in CaptionInit()
|
/base/accessibility/interfaces/kits/napi/src/ |
D | napi_accessibility_system_ability_client.cpp | 1845 captionProperty.SetBackgroundColor(color); in SetCaptionBackgroundColor()
|
D | napi_accessibility_utils.cpp | 1854 ptrCaptionProperty->SetBackgroundColor(GetColorValue(env, object, propertyNameValue)); in ConvertObjToCaptionProperty()
|