/base/update/updater/services/ui/view/component/ |
H A D | label_btn_adapter.cpp | 42 button->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, focusedTxtcolor_.full); 43 button->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, focusedBgcolor_.full); 56 button->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, unfocusedTxtcolor_.full); 57 button->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, unfocusedBgcolor_.full); 80 this->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, txtColor.full); in LabelBtnAdapter() 83 this->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, bgColor.full); in LabelBtnAdapter()
|
H A D | text_label_adapter.cpp | 30 this->SetStyle(OHOS::STYLE_TEXT_COLOR, fontColor.full); in TextLabelAdapter() 33 this->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, bgColor.full); in TextLabelAdapter()
|
H A D | box_progress_adapter.cpp | 32 this->SetBackgroundStyle(OHOS::STYLE_BACKGROUND_COLOR, bgColor.full); in BoxProgressAdapter() 36 this->SetForegroundStyle(OHOS::STYLE_BACKGROUND_COLOR, fgColor.full); in BoxProgressAdapter()
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_component_unittest.cpp | 63 EXPECT_EQ(boxProgress.GetBackgroundStyle(OHOS::STYLE_BACKGROUND_COLOR), bgColor.full); in HWTEST_F() 65 EXPECT_EQ(boxProgress.GetForegroundStyle(OHOS::STYLE_BACKGROUND_COLOR), fgColor.full); in HWTEST_F() 303 EXPECT_EQ(labelBtn.GetStyle(OHOS::STYLE_TEXT_COLOR), fontColor.full); in HWTEST_F() 305 EXPECT_EQ(labelBtn.GetStyle(OHOS::STYLE_BACKGROUND_COLOR), bgColor.full); in HWTEST_F() 320 EXPECT_EQ(labelBtn1.GetLabelStyle(OHOS::STYLE_TEXT_COLOR), (OHOS::ColorType {{0xff, 0xff, 0xff, 0xff}}.full)); in HWTEST_F() 321 EXPECT_EQ(labelBtn2.GetLabelStyle(OHOS::STYLE_TEXT_COLOR), (OHOS::ColorType {{0, 0, 0, 0xff}}.full)); in HWTEST_F() 322 EXPECT_EQ(labelBtn1.GetStyle(OHOS::STYLE_BACKGROUND_COLOR), (OHOS::ColorType {{0, 0, 0, 0xff}}.full)); in HWTEST_F() 323 EXPECT_EQ(labelBtn2.GetStyle(OHOS::STYLE_BACKGROUND_COLOR), (OHOS::ColorType {{0xff, 0xff, 0xff, 0xff}}.full)); in HWTEST_F() 372 EXPECT_EQ(textLabel.GetStyle(OHOS::STYLE_TEXT_COLOR), fontColor.full); in HWTEST_F() 374 EXPECT_EQ(textLabel.GetStyle(OHOS::STYLE_BACKGROUND_COLOR), bgColor.full); in HWTEST_F() [all...] |
H A D | ui_view_api_unittest.cpp | 52 EXPECT_EQ(Updater::StrToColor(colorData.first).full, colorData.second.first.full); in HWTEST_F()
|
/base/powermgr/battery_manager/charger/src/ |
H A D | charger_animation.cpp | 80 label->SetStyle(OHOS::STYLE_TEXT_COLOR, StrToColor(info.fontColor.c_str()).full); in InitLabel() 81 label->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, StrToColor(info.bgColor.c_str()).full); in InitLabel() 114 container->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, OHOS::Color::Black().full); in InitAllComponents() 129 OHOS::RootView::GetInstance()->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, OHOS::Color::Black().full); in InitRootView()
|
/base/update/updater/services/ui/view/page/ |
H A D | base_page.cpp | 64 root_->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in BuildPage() 147 root_->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in SetVisible()
|
H A D | sub_page.cpp | 101 view->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in SetVisible()
|
/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | battery_info.cpp | 335 napi_value full = nullptr;
in CreateEnumLevelState() local 343 napi_create_int32(env, (int32_t)BatteryCapacityLevel::LEVEL_FULL, &full);
in CreateEnumLevelState() 352 DECLARE_NAPI_STATIC_PROPERTY("LEVEL_FULL", full),
in CreateEnumLevelState() 387 napi_value full = nullptr;
in CreateEnumChargeState() local 392 napi_create_int32(env, (int32_t)BatteryChargeState::CHARGE_STATE_FULL, &full);
in CreateEnumChargeState() 398 DECLARE_NAPI_STATIC_PROPERTY("FULL", full),
in CreateEnumChargeState()
|
/base/update/updater/services/ui/ |
H A D | updater_ui_env.cpp | 97 RootView::GetInstance()->SetStyle(STYLE_BACKGROUND_COLOR, Color::Black().full); in InitRootView()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 192 napi_value full = nullptr; in GetJsSecurityModeProperty() local 194 NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(SecurityMode::FULL), &full)); in GetJsSecurityModeProperty() 197 NAPI_CALL(env, napi_set_named_property(env, securityMode, "FULL", full)); in GetJsSecurityModeProperty()
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_manager.cpp | 1079 bool IsPrefix(std::string_view prefix, std::string_view full) in IsPrefix() argument 1081 return prefix == full.substr(0, prefix.size()); in IsPrefix()
|