/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation_utils.h | 95 accessibilityElementInfo.SetBlur(nativeInfo.GetBlur()); in TransformAccessbilityElementInfo()
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 81 nativeInfo.SetBlur(accessibilityElementInfo.GetBlur()); in FillNativeAccessibilityElementInfoPart() 266 EXPECT_EQ(beforeInfo.GetBlur(), afterInfo.GetBlur()); in CheckTransformElementInfoResultPart()
|
H A D | native_interface_accessibility_test.cpp | 134 &afterInfo, beforeInfo.GetBlur()); in FillNativeAccessibilityElementInfoPart() 308 EXPECT_EQ(beforeInfo.GetBlur(), afterInfo.GetBlur()); in CheckTransformElementInfoResultPart()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_node.h | 168 virtual double GetBlur() const = 0;
|
H A D | inspector_composed_element.h | 181 double GetBlur() const override;
|
H A D | inspector_composed_element.cpp | 74 { "blur", [](const InspectorNode& inspector) { return inspector.GetBlur(); } }, 1095 double InspectorComposedElement::GetBlur() const in GetBlur() function in OHOS::Ace::V2::InspectorComposedElement
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | native_interface_accessibility_impl.h | 424 std::string GetBlur() const in GetBlur() function
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1661 const std::string &GetBlur() const;
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_power_manager_test.cpp | 644 EXPECT_STREQ(elementInfo_->GetBlur().c_str(), "test"); in HWTEST_F()
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 967 const std::string &AccessibilityElementInfo::GetBlur() const in GetBlur() function in OHOS::Accessibility::AccessibilityElementInfo
|
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_element_info_test.cpp | 1432 * @tc.desc: Test function SetBlur, GetBlur 1438 EXPECT_STREQ(elementInfo_->GetBlur().c_str(), "test"); in HWTEST_F()
|
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/ |
H A D | mock_accessibility_element_info.cpp | 1432 * @tc.desc: Test function SetBlur, GetBlur 1438 EXPECT_STREQ(elementInfo_->GetBlur().c_str(), "test"); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 5392 ArkUI_Float32 GetBlur(ArkUINodeHandle node) in GetBlur() function 6252 GetConstraintSize, GetGrayScale, GetInvert, GetSepia, GetContrast, GetForegroundColor, GetBlur, in GetCommonModifier() 6326 GetConstraintSize, GetGrayScale, GetInvert, GetSepia, GetContrast, GetForegroundColor, GetBlur, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1297 const ArkUI_AttributeItem* GetBlur(ArkUI_NodeHandle node) in GetBlur() function 12784 GetBlur, in GetCommonAttribute()
|