Home
last modified time | relevance | path

Searched refs:touchable_ (Results 1 - 25 of 28) sorted by relevance

12

/foundation/window/window_manager/previewer/src/
H A Dwindow_option.cpp58 touchable_ = isTouchable; in SetTouchable()
201 return touchable_; in GetTouchable()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h126 return touchable_; in IsTouchable()
130 touchable_ = touchable; in SetTouchable()
315 bool touchable_ = true; member in OHOS::Ace::UpdateRenderType::Component
H A Drender_node.h881 return touchable_; in IsTouchable()
983 if (touchable_ && rect.IsInRegion(transformPoint)) { in FindChildNodeOfClass()
1250 bool touchable_ = true; member in OHOS::Ace::RenderNode
H A Drender_node.cpp716 if (touchable_ && rect.IsInRegion(transformPoint)) { in TouchTest()
795 if (touchable_ && rect.IsInRegion(transformPoint)) { in FindDropChild()
851 if (touchable_ && rect.IsInRegion(transformPoint)) { in MouseDetect()
893 if (touchable_ && rect.IsInRegion(transformPoint)) { in AxisDetect()
1319 touchable_ = component->IsTouchable(); in UpdateAll()
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp43 touchable_ = true; in UIButton()
231 touchable_ = false; in Disable()
237 touchable_ = true; in Enable()
H A Dui_view.cpp32 : touchable_(false), in UIView()
651 touchable_ = touch; in SetTouchable()
656 return touchable_; in IsTouchable()
724 if (visible_ && touchable_ && rect.IsContains(point)) { in GetTargetView()
742 if (touchable_) { in GetTargetView()
H A Dui_view_group.cpp188 if (touchable_) { in GetTargetView()
228 if (touchable_) { in GetTargetView()
H A Dui_edit_text.cpp100 touchable_ = true; in UIEditText()
138 if (touchable_) { in DealPressEvents()
H A Dui_checkbox.cpp47 touchable_ = true; in UICheckBox()
H A Dui_abstract_scroll.cpp146 touchable_ = true;
H A Dui_analog_clock.cpp29 touchable_ = true; in UIAnalogClock()
H A Dui_slider.cpp30 touchable_ = true; in UISlider()
H A Dui_list.cpp176 touchable_ = true; in UIList()
/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.cpp498 TestBtnOnClickTouchableListener(UIView* uiView, bool touchable) : uiView_(uiView), touchable_(touchable) {} in TestBtnOnClickTouchableListener()
504 uiView_->SetTouchable(touchable_);
511 bool touchable_; member in OHOS::TestBtnOnClickTouchableListener
568 : uiView_(uiView), originColor_(0), width_(0), height_(0), visible_(false), touchable_(false) in TestBtnOnClickRevertToOriginStateListener()
575 touchable_ = uiView->IsTouchable(); in TestBtnOnClickRevertToOriginStateListener()
588 uiView_->SetTouchable(touchable_);
599 bool touchable_; member in OHOS::TestBtnOnClickRevertToOriginStateListener
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp51 touchable_ = isTouchable; in SetTouchable()
113 return touchable_; in GetTouchable()
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h419 bool touchable_ { true };
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h499 bool touchable_ { true };
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.cpp74 touchable_ = touchComponent->IsTouchable(); in Update()
76 interceptTouchEvent_ = !touchable_; in Update()
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp93 touchable_ = isTouchable; in SetTouchable()
396 return touchable_; in GetTouchable()
724 parcel.WriteBool(isFullScreen_) && parcel.WriteBool(focusable_) && parcel.WriteBool(touchable_) && in Marshalling()
828 ret = ret && parcel.WriteBool(touchable_); in Write()
975 touchable_ = property->touchable_; in CopyFrom()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp184 touchable_ = isTouchable; in SetTouchable()
289 return touchable_; in GetTouchable()
1021 parcel.WriteBool(focusable_) && parcel.WriteBool(touchable_) && parcel.WriteBool(tokenState_) && in Marshalling()
1146 touchable_ = property->touchable_; in CopyFrom()
1215 return parcel.WriteBool(touchable_); in WriteActionUpdateTouchable()
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h178 bool touchable_ { true };
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h364 bool touchable_ = true; member in OHOS::OHOS::Ace::NG::GestureEventHub
H A Dgesture_event_hub.cpp1187 return touchable_; in GetTouchable()
1192 touchable_ = touchable; in SetTouchable()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_view.h1537 bool touchable_ : 1;
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h282 bool touchable_ { true };

Completed in 29 milliseconds

12