Home
last modified time | relevance | path

Searched refs:full (Results 1 - 12 of 12) sorted by relevance

/base/update/updater/services/ui/view/component/
H A Dlabel_btn_adapter.cpp42 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 Dtext_label_adapter.cpp30 this->SetStyle(OHOS::STYLE_TEXT_COLOR, fontColor.full); in TextLabelAdapter()
33 this->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, bgColor.full); in TextLabelAdapter()
H A Dbox_progress_adapter.cpp32 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 Dui_component_unittest.cpp63 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 Dui_view_api_unittest.cpp52 EXPECT_EQ(Updater::StrToColor(colorData.first).full, colorData.second.first.full); in HWTEST_F()
/base/powermgr/battery_manager/charger/src/
H A Dcharger_animation.cpp80 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 Dbase_page.cpp64 root_->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in BuildPage()
147 root_->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in SetVisible()
H A Dsub_page.cpp101 view->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, color_.full); in SetVisible()
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp335 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 Dupdater_ui_env.cpp97 RootView::GetInstance()->SetStyle(STYLE_BACKGROUND_COLOR, Color::Black().full); in InitRootView()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp192 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 Dhap_manager.cpp1079 bool IsPrefix(std::string_view prefix, std::string_view full) in IsPrefix() argument
1081 return prefix == full.substr(0, prefix.size()); in IsPrefix()

Completed in 10 milliseconds