/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | dimension_rect.h | 29 class DimensionRect { class 31 DimensionRect() = default; 32 ~DimensionRect() = default; 34 DimensionRect(const Dimension& width, const Dimension& height, const DimensionOffset& offset) in DimensionRect() function in OHOS::Ace::DimensionRect 38 DimensionRect(const Dimension& width, const Dimension& height) : width_(width), height_(height) {} in DimensionRect() function in OHOS::Ace::DimensionRect
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | hyperlink_modifier.cpp | 69 std::vector<DimensionRect> region; in SetHyperlinkResponseRegion() 80 DimensionRect dimenRect(widthDimen, heightDimen, offsetDimen); in SetHyperlinkResponseRegion() 90 std::vector<DimensionRect> region; in ResetHyperlinkResponseRegion() 96 DimensionRect dimenRect(widthDimen, heightDimen, offsetDimen); in ResetHyperlinkResponseRegion()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_radio_ffi.cpp | 41 std::vector<DimensionRect> result; in FfiRadioSetResponseRegion() 48 std::vector<DimensionRect> result; in FfiRadioSetResponseRegionArray()
|
H A D | cj_checkbox_group_ffi.cpp | 119 std::vector<DimensionRect> result; in FfiCheckBoxGroupSetResponseRegion() 126 std::vector<DimensionRect> result; in FfiCheckBoxGroupSetResponseRegionArray()
|
H A D | cj_checkbox_ffi.cpp | 100 std::vector<DimensionRect> result; in FfiCheckBoxSetResponseRegion() 107 std::vector<DimensionRect> result; in FfiCheckBoxSetResponseRegionArray()
|
H A D | cj_toggle_ffi.cpp | 102 std::vector<DimensionRect> result; in FfiToggleSetResponseRegion() 109 std::vector<DimensionRect> result; in FfiToggleSetResponseRegionArray()
|
H A D | cj_text_ffi.cpp | 157 std::vector<DimensionRect> result; in FfiTextSetResponseRegion() 165 std::vector<DimensionRect> result; in FfiTextSetResponseRegionArray()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_content_overlay/ |
H A D | select_content_overlay_pattern.cpp | 178 std::vector<DimensionRect> responseRegion; in UpdateHandleHotZoneWithPoint() 179 DimensionRect firstRegion = ConvertToHotRect(firstHandleRegion_); in UpdateHandleHotZoneWithPoint() 181 DimensionRect secondRegion = ConvertToHotRect(secondHandleRegion_); in UpdateHandleHotZoneWithPoint() 195 DimensionRect newRegion = ConvertToHotRect(hotRegion); in UpdateHandleHotRegion() 196 std::vector<DimensionRect> responseRegion; in UpdateHandleHotRegion() 201 DimensionRect SelectContentOverlayPattern::ConvertToHotRect(const RectF& rect) in ConvertToHotRect() 203 DimensionRect newRegion; in ConvertToHotRect()
|
H A D | select_content_overlay_pattern.h | 52 DimensionRect ConvertToHotRect(const RectF& rect);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub.h | 85 using OnReponseRegionFunc = std::function<void(const std::vector<DimensionRect>&)>; 201 const std::vector<DimensionRect>& GetResponseRegion() const; 202 const std::vector<DimensionRect>& GetMouseResponseRegion() const; 204 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion); 207 void SetMouseResponseRegion(const std::vector<DimensionRect>& mouseResponseRegion); 208 void AddResponseRect(const DimensionRect& responseRect); 362 std::vector<DimensionRect> responseRegion_; 363 std::vector<DimensionRect> mouseResponseRegion_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.h | 77 void ProcessMaskRect(std::optional<DimensionRect> maskRect, const RefPtr<FrameNode>& dialog, bool isMask = false); 80 std::optional<DimensionRect> GetMaskRect(const RefPtr<FrameNode>& dialog);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_model_ng.h | 50 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override; 63 static void SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion);
|
H A D | checkbox_model.h | 45 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) {}; in SetResponseRegion()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_model_ng.h | 53 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override; 67 static void SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion);
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_component.h | 311 const std::vector<DimensionRect>& GetResponseRegion() const in GetResponseRegion() 316 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) in SetResponseRegion() 338 std::vector<DimensionRect> responseRegion_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_model_ng.h | 33 FrameNode* frameNode, const std::vector<DimensionRect>& regions, bool isUserSetResponseRegion);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | checkboxgroup_model_impl.h | 31 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override {};
|
H A D | checkbox_model_impl.h | 33 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override {};
|
H A D | radio_model_impl.h | 33 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override;
|
H A D | toggle_model_impl.h | 34 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override {};
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | toggle_model_ng.h | 50 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override; 69 static void SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion);
|
H A D | toggle_model.h | 54 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) = 0;
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | post_event_manager_test_ng.cpp | 90 DimensionRect responseRect(Dimension(100), Dimension(100), DimensionOffset()); in HWTEST_F() 91 std::vector<DimensionRect> responseRegion; in HWTEST_F() 158 DimensionRect responseRect(Dimension(100), Dimension(100), DimensionOffset()); in HWTEST_F() 159 std::vector<DimensionRect> responseRegion; in HWTEST_F() 233 DimensionRect responseRect(Dimension(100), Dimension(100), DimensionOffset()); in HWTEST_F() 234 std::vector<DimensionRect> responseRegion; in HWTEST_F() 267 DimensionRect responseRect(Dimension(100), Dimension(100), DimensionOffset()); in HWTEST_F() 268 std::vector<DimensionRect> responseRegion; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_pattern.cpp | 135 void SelectOverlayPattern::AddMenuResponseRegion(std::vector<DimensionRect>& responseRegion) in AddMenuResponseRegion() 157 DimensionRect region; in AddMenuResponseRegion() 184 std::vector<DimensionRect> responseRegion; in UpdateHandleHotZone() 192 DimensionRect secondHandleRegion; in UpdateHandleHotZone() 204 DimensionRect firstHandleRegion; in UpdateHandleHotZone() 226 DimensionRect firstHandleRegion; in UpdateHandleHotZone() 232 DimensionRect secondHandleRegion; in UpdateHandleHotZone() 702 std::vector<DimensionRect> responseRegion; in HiddenHandle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_model.h | 42 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) {}; in SetResponseRegion()
|