Searched refs:alpha (Results 1 – 17 of 17) sorted by relevance
/base/theme/wallpaper_mgr/interfaces/kits/napi/ |
D | wallpaper_js_util.cpp | 65 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/ |
D | text_label_adapter.cpp | 34 this->SetStyle(OHOS::STYLE_TEXT_OPA, fontColor.alpha); in TextLabelAdapter() 37 this->SetStyle(OHOS::STYLE_BACKGROUND_OPA, bgColor.alpha); in TextLabelAdapter()
|
D | box_progress_adapter.cpp | 35 this->SetBackgroundStyle(OHOS::STYLE_BACKGROUND_OPA, bgColor.alpha); in BoxProgressAdapter() 39 this->SetForegroundStyle(OHOS::STYLE_BACKGROUND_OPA, fgColor.alpha); in BoxProgressAdapter()
|
D | label_btn_adapter.cpp | 85 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/ |
D | ui_component_unittest.cpp | 62 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/ |
D | ims_call_types.h | 92 std::string alpha; member
|
/base/update/updater/services/ui/view/page/ |
D | base_page.cpp | 65 root_->SetStyle(OHOS::STYLE_BACKGROUND_OPA, color_.alpha); in BuildPage() 148 root_->SetStyle(OHOS::STYLE_BACKGROUND_OPA, color_.alpha); in SetVisible()
|
D | sub_page.cpp | 102 view->SetStyle(OHOS::STYLE_BACKGROUND_OPA, color_.alpha); in SetVisible()
|
/base/sensors/sensor/interfaces/plugin/test/ |
D | ExampleJsunit.test_orientating.js | 24 expect(typeof(data.alpha)).assertEqual("number"); 31 expect(typeof(data.alpha)).assertEqual("number");
|
D | ExampleJsunit.test_system.js | 448 expect(typeof(data.alpha)).assertEqual("number");
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_call_parcel.h | 64 std::string alpha; member
|
D | hril_vendor_call_defs.h | 50 …char *alpha; /* alphanumeric representation of <number> corresponding to the entry found in phoneb… member
|
/base/sensors/sensor/interfaces/native/include/ |
D | sensor_agent_type.h | 322 float alpha; /**< The device rotates at an angle around the Z axis */ member
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_call.cpp | 324 callInfo.alpha = (curPtr->alpha == nullptr) ? "" : curPtr->alpha; in BuildICallList()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_call.cpp | 621 call.alpha = info.alpha; in BuildCallInfoList()
|
/base/theme/wallpaper_mgr/ |
D | README_ZH.md | 280 …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>表示 alpha 值,范围为 0&…
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_call.c | 112 if (NextStr(&pLine, &outCall->alpha) < 0) { in CallCmdCLCC()
|