Home
last modified time | relevance | path

Searched refs:IsPopupSupported (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h958 bool IsPopupSupported() const;
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp360 bool AccessibilityElementInfo::IsPopupSupported() const in IsPopupSupported() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp671 * @tc.desc: Test function SetPopupSupported, IsPopupSupported
677 EXPECT_TRUE(elementInfo_->IsPopupSupported()); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp671 * @tc.desc: Test function SetPopupSupported, IsPopupSupported
677 EXPECT_TRUE(elementInfo_->IsPopupSupported()); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1136 inline bool IsPopupSupported(const RefPtr<NG::PipelineContext>& pipeline, int64_t nodeId) in IsPopupSupported() function
1485 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateVirtualNodeChildAccessibilityElementInfo()
1532 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateVirtualNodeAccessibilityElementInfo()
1631 nodeInfo.SetPopupSupported(IsPopupSupported(ngPipeline, node->GetId())); in UpdateAccessibilityElementInfo()
2288 DumpLog::GetInstance().AddDesc("popup supported: ", BoolToString(nodeInfo.IsPopupSupported())); in DumpCommonPropertyNG()

Completed in 17 milliseconds