Home
last modified time | relevance | path

Searched defs:responseRegion (Results 1 - 25 of 32) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_model.h42 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) {}; in SetResponseRegion() argument
H A Dcheckboxgroup_model_ng.cpp108 void CheckBoxGroupModelNG::SetResponseRegion(const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model.h44 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) {}; in SetResponseRegion() argument
H A Dradio_model_ng.cpp135 void RadioModelNG::SetResponseRegion(const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
199 void RadioModelNG::SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_model.h45 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) {}; in SetResponseRegion() argument
H A Dcheckbox_model_ng.cpp135 void CheckBoxModelNG::SetResponseRegion(const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
190 void CheckBoxModelNG::SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/beans/
H A Dframe_node.py35 responseRegion = '' variable in FrameNode
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dradio_model_impl.cpp124 void RadioModelImpl::SetResponseRegion(const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dpost_event_manager_test_ng.cpp91 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
159 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
234 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
268 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/
H A Dselect_content_overlay_pattern.cpp178 std::vector<DimensionRect> responseRegion; in UpdateHandleHotZoneWithPoint() local
196 std::vector<DimensionRect> responseRegion; in UpdateHandleHotRegion() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.cpp477 auto responseRegion = host->GetResponseRegionListForRecognizer(static_cast<int32_t>(event.sourceType)); in IsInAttachedNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h322 virtual void SetMouseResponseRegion(const std::vector<DimensionRect>& responseRegion) {} in SetMouseResponseRegion() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dtoggle_model_ng.cpp337 void ToggleModelNG::SetResponseRegion(const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
533 void ToggleModelNG::SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp296 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
H A Dview_abstract_test_ng_new.cpp579 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
583 ViewAbstract::SetMouseResponseRegion(AceType::RawPtr(FRAME_NODE_REGISTER), responseRegion); in HWTEST_F() local
H A Dview_abstract_test_ng.cpp627 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
674 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
H A Dframe_node_test_ng.cpp470 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_ng.cpp1923 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
1943 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
H A Dgesture_event_hub_test_ng_property_config.cpp1836 std::vector<DimensionRect> responseRegion; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h316 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testthree_ng.cpp1780 auto responseRegion = gestureHub->GetResponseRegion().front(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_column_test_ng.cpp404 auto responseRegion = gestureEventHub->GetResponseRegion().back(); in HWTEST_F() local
H A Ddate_picker_test_ng.cpp3449 auto responseRegion = gestureEventHub->GetResponseRegion().back(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.cpp135 void SelectOverlayPattern::AddMenuResponseRegion(std::vector<DimensionRect>& responseRegion) in AddMenuResponseRegion() argument
184 std::vector<DimensionRect> responseRegion; in UpdateHandleHotZone() local
702 std::vector<DimensionRect> responseRegion; HiddenHandle() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp858 void GestureEventHub::SetResponseRegion(const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() argument

Completed in 44 milliseconds

12