Home
last modified time | relevance | path

Searched refs:IsTouchable (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_unit_test.cpp347 EXPECT_EQ(imageView_->IsTouchable(), true); in HWTEST_F()
349 EXPECT_EQ(imageView_->IsTouchable(), false); in HWTEST_F()
H A Dui_button_unit_test.cpp172 * @tc.desc: Verify IsTouchable function, equal.
183 EXPECT_EQ(button_->IsTouchable(), true); in HWTEST_F()
185 EXPECT_EQ(button_->IsTouchable(), false); in HWTEST_F()
H A Dui_view_unit_test.cpp225 EXPECT_EQ(view_->IsTouchable(), true); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h124 bool IsTouchable() const in IsTouchable() function in OHOS::Ace::UpdateRenderType::Component
H A Drender_node.h879 bool IsTouchable() const in IsTouchable() function in OHOS::Ace::RenderNode
H A Drender_node.cpp750 (child->IsTouchable() && (child->InterceptTouchEvent() || IsExclusiveEventForChild()) && in DispatchTouchTestToChildren()
1319 touchable_ = component->IsTouchable(); in UpdateAll()
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.cpp74 touchable_ = touchComponent->IsTouchable(); in Update()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h723 bool IsTouchable() const;
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_dump_dom_tree.cpp249 cJSON_AddBoolToObject(usr, "touchable", view->IsTouchable()); in AddCommonField()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp707 component->SetTouchable(mainComponent->IsTouchable() && in WrapComponents()
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp575 touchable_ = uiView->IsTouchable(); in TestBtnOnClickRevertToOriginStateListener()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view.cpp654 bool UIView::IsTouchable() const in IsTouchable() function in OHOS::UIView
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1651 return render->IsTouchable(); in GetTouchable()

Completed in 20 milliseconds