Searched refs:backgroundColor (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_capsule_test.cpp | 56 std::string backgroundColor = "testBackgroundColor"; in HWTEST_F() local 57 rrc->SetBackgroundColor(backgroundColor); in HWTEST_F() 58 EXPECT_EQ(rrc->GetBackgroundColor(), backgroundColor); in HWTEST_F() 72 std::string backgroundColor = "testBackgroundColor"; in HWTEST_F() local 73 rrc->SetBackgroundColor(backgroundColor); in HWTEST_F() 74 EXPECT_EQ(rrc->Dump(), "Capsule{ title = " + title + ", backgroundColor = " + backgroundColor + in HWTEST_F() 87 nlohmann::json jsonObject = nlohmann::json{"title", "backgroundColor", "icon"}; in HWTEST_F() 101 nlohmann::json jsonObject = nlohmann::json{{"title", "testTitle"}, {"backgroundColor", "testBkColor"}, in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 486 Text.backgroundColor(w1); 488 Text.backgroundColor(v1); 516 Column.backgroundColor(this.listBgColor); 539 Text.backgroundColor(this.pressedColor); 541 Text.backgroundColor(this.listBgColor); 650 Row.backgroundColor(this.pressedColor); 652 Row.backgroundColor(this.listBgColor);
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 84 char* backgroundColor; member
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_utils.cpp | 494 if (strcpy_s(str, STR_MAX_SIZE, contentResult->capsule.backgroundColor) != EOK) { in GetNotificationLocalLiveViewCapsule() 495 LOGE("copy capsule.backgroundColor failed"); in GetNotificationLocalLiveViewCapsule() 1302 // backgroundColor: string in SetCapsule() 1303 cCapsule.backgroundColor = MallocCString(capsule.GetBackgroundColor()); in SetCapsule() 1310 free(cCapsule.backgroundColor); in SetCapsule() 1312 cCapsule.backgroundColor = nullptr; in SetCapsule() 1365 .backgroundColor = nullptr in SetNotificationLocalLiveViewContentDetailed()
|
Completed in 5 milliseconds