Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 17 of 17) sorted by relevance

/base/theme/wallpaper_mgr/interfaces/kits/napi/
Dwallpaper_js_util.cpp65 napi_value alpha = nullptr; in Convert2JSRgbaArray() local
69 napi_create_int32(env, static_cast<int32_t>(colors.a * COLOR_MASK), &alpha); in Convert2JSRgbaArray()
75 napi_set_named_property(env, element, "alpha", alpha); in Convert2JSRgbaArray()
/base/update/updater/services/ui/view/component/
Dtext_label_adapter.cpp34 this->SetStyle(OHOS::STYLE_TEXT_OPA, fontColor.alpha); in TextLabelAdapter()
37 this->SetStyle(OHOS::STYLE_BACKGROUND_OPA, bgColor.alpha); in TextLabelAdapter()
Dbox_progress_adapter.cpp35 this->SetBackgroundStyle(OHOS::STYLE_BACKGROUND_OPA, bgColor.alpha); in BoxProgressAdapter()
39 this->SetForegroundStyle(OHOS::STYLE_BACKGROUND_OPA, fgColor.alpha); in BoxProgressAdapter()
Dlabel_btn_adapter.cpp85 this->SetLabelStyle(OHOS::STYLE_TEXT_OPA, txtColor.alpha); in LabelBtnAdapter()
88 this->SetStyle(OHOS::STYLE_BACKGROUND_OPA, bgColor.alpha); in LabelBtnAdapter()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_component_unittest.cpp62 EXPECT_EQ(boxProgress.GetBackgroundStyle(OHOS::STYLE_BACKGROUND_OPA), bgColor.alpha);
64 EXPECT_EQ(boxProgress.GetForegroundStyle(OHOS::STYLE_BACKGROUND_OPA), fgColor.alpha);
301 EXPECT_EQ(labelBtn.GetStyle(OHOS::STYLE_TEXT_OPA), fontColor.alpha);
303 EXPECT_EQ(labelBtn.GetStyle(OHOS::STYLE_BACKGROUND_OPA), bgColor.alpha);
370 EXPECT_EQ(textLabel.GetStyle(OHOS::STYLE_TEXT_OPA), fontColor.alpha);
372 EXPECT_EQ(textLabel.GetStyle(OHOS::STYLE_BACKGROUND_OPA), bgColor.alpha);
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_types.h92 std::string alpha; member
/base/update/updater/services/ui/view/page/
Dbase_page.cpp65 root_->SetStyle(OHOS::STYLE_BACKGROUND_OPA, color_.alpha); in BuildPage()
148 root_->SetStyle(OHOS::STYLE_BACKGROUND_OPA, color_.alpha); in SetVisible()
Dsub_page.cpp102 view->SetStyle(OHOS::STYLE_BACKGROUND_OPA, color_.alpha); in SetVisible()
/base/sensors/sensor/interfaces/plugin/test/
DExampleJsunit.test_orientating.js24 expect(typeof(data.alpha)).assertEqual("number");
31 expect(typeof(data.alpha)).assertEqual("number");
DExampleJsunit.test_system.js448 expect(typeof(data.alpha)).assertEqual("number");
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_call_parcel.h64 std::string alpha; member
Dhril_vendor_call_defs.h50 …char *alpha; /* alphanumeric representation of <number> corresponding to the entry found in phoneb… member
/base/sensors/sensor/interfaces/native/include/
Dsensor_agent_type.h322 float alpha; /**< The device rotates at an angle around the Z axis */ member
/base/telephony/ril_adapter/services/hril/src/
Dhril_call.cpp324 callInfo.alpha = (curPtr->alpha == nullptr) ? "" : curPtr->alpha; in BuildICallList()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_call.cpp621 call.alpha = info.alpha; in BuildCallInfoList()
/base/theme/wallpaper_mgr/
DREADME_ZH.md280 …s1.2.3.1.1 "><p id="p1893413268144"><a name="p1893413268144"></a><a name="p1893413268144"></a>alpha
283 …2149"><a name="p18761104812149"></a><a name="p18761104812149"></a>表示&nbsp;alpha&nbsp;值,范围为&nbsp;0&…
/base/telephony/ril_adapter/services/vendor/src/
Dat_call.c112 if (NextStr(&pLine, &outCall->alpha) < 0) { in CallCmdCLCC()