Home
last modified time | relevance | path

Searched refs:IsDeletable (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.h60 bool IsDeletable() const in IsDeletable() function in OHOS::Ace::V2::RenderListItem
H A Drender_list_item.cpp53 if (IsDeletable()) { in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h108 virtual bool IsDeletable() const in IsDeletable() function in OHOS::OHOS::Ace::NG::AccessibilityProperty
H A Daccessibility_property.cpp506 IsDeletable(); in HasAction()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h974 bool IsDeletable() const;
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp370 bool AccessibilityElementInfo::IsDeletable() const in IsDeletable() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp684 * @tc.desc: Test function SetDeletable, IsDeletable
690 EXPECT_TRUE(elementInfo_->IsDeletable()); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp684 * @tc.desc: Test function SetDeletable, IsDeletable
690 EXPECT_TRUE(elementInfo_->IsDeletable()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp215 EXPECT_FALSE(props.IsDeletable()); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1355 nodeInfo.SetDeletable(accessibilityProperty->IsDeletable()); in UpdateAccessibilityElementInfo()
2236 DumpLog::GetInstance().AddDesc("deletable: ", nodeInfo.IsDeletable()); in DumpAccessibilityPropertyNG()

Completed in 23 milliseconds