Home
last modified time | relevance | path

Searched refs:IsClickable (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h60 accessibilityElementInfo.SetClickable(nativeInfo.IsClickable()); in TransformAccessbilityElementInfo()
H A Djs_third_provider_interaction_operation.cpp54 printStr.append(", clickable: ").append(info.IsClickable() ? "true" : "false"); in LogAccessibilityElementInfo()
H A Djs_accessibility_manager.cpp2286 DumpLog::GetInstance().AddDesc("clickable: ", BoolToString(nodeInfo.IsClickable())); in DumpCommonPropertyNG()
3244 "clickable: " + std::to_string(accessibilityInfo.IsClickable())); in DumpAccessibilityElementInfosTreeNG()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp108 nativeInfo.SetClickable(accessibilityElementInfo.IsClickable()); in FillNativeAccessibilityElementInfo()
293 EXPECT_EQ(beforeInfo.IsClickable(), afterInfo.IsClickable()); in CheckTransformElementInfoResult()
H A Dnative_interface_accessibility_test.cpp164 NATIVE_ADD_ELEMENTINFO(SetClickable, &afterInfo, beforeInfo.IsClickable()); in FillNativeAccessibilityElementInfo()
335 EXPECT_EQ(beforeInfo.IsClickable(), afterInfo.IsClickable()); in CheckTransformElementInfoResult()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h226 bool IsClickable() const in IsClickable() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp757 return IsClickable() || GetAccessibilityRecognizer<ClickRecognizer>() != nullptr; in IsAccessibilityClickable()
1034 bool GestureEventHub::IsClickable() const in IsClickable() function in OHOS::Ace::NG::GestureEventHub
1072 if (!IsClickable()) { in GetClickEvent()
H A Dgesture_event_hub.h134 bool IsClickable() const;
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h846 bool IsClickable() const;
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp220 bool AccessibilityElementInfo::IsClickable() const in IsClickable() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.cpp586 if (!gestureEventHub->IsClickable()) { in TriggerClick()
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp580 * @tc.desc: Test function SetClickable, IsClickable
586 EXPECT_TRUE(elementInfo_->IsClickable()); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp580 * @tc.desc: Test function SetClickable, IsClickable
586 EXPECT_TRUE(elementInfo_->IsClickable()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/stepper/
H A Dstepper_test_ng.cpp938 EXPECT_FALSE(leftGestureHub->IsClickable()); in HWTEST_F()
939 EXPECT_FALSE(rightGestureHub->IsClickable()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp360 return gesture && gesture->IsClickable(); in IsClickableImpl()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1913 if (gestureEventHub && gestureEventHub->IsClickable()) { in TriggerKeyboardShortcut()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp750 callbackInfo->accessibilityElement_.elementInfo_->IsClickable(), &value)); in GetElementInfoClickable()

Completed in 67 milliseconds