Home
last modified time | relevance | path

Searched refs:DimensionRect (Results 1 - 25 of 108) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Ddimension_rect.h29 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 Dhyperlink_modifier.cpp69 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 Dcj_radio_ffi.cpp41 std::vector<DimensionRect> result; in FfiRadioSetResponseRegion()
48 std::vector<DimensionRect> result; in FfiRadioSetResponseRegionArray()
H A Dcj_checkbox_group_ffi.cpp119 std::vector<DimensionRect> result; in FfiCheckBoxGroupSetResponseRegion()
126 std::vector<DimensionRect> result; in FfiCheckBoxGroupSetResponseRegionArray()
H A Dcj_checkbox_ffi.cpp100 std::vector<DimensionRect> result; in FfiCheckBoxSetResponseRegion()
107 std::vector<DimensionRect> result; in FfiCheckBoxSetResponseRegionArray()
H A Dcj_toggle_ffi.cpp102 std::vector<DimensionRect> result; in FfiToggleSetResponseRegion()
109 std::vector<DimensionRect> result; in FfiToggleSetResponseRegionArray()
H A Dcj_text_ffi.cpp157 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 Dselect_content_overlay_pattern.cpp178 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 Dselect_content_overlay_pattern.h52 DimensionRect ConvertToHotRect(const RectF& rect);
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.h85 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 Ddialog_layout_algorithm.h77 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 Dcheckbox_model_ng.h50 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override;
63 static void SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion);
H A Dcheckbox_model.h45 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) {}; in SetResponseRegion()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model_ng.h53 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 Drender_component.h311 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 Dhyperlink_model_ng.h33 FrameNode* frameNode, const std::vector<DimensionRect>& regions, bool isUserSetResponseRegion);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcheckboxgroup_model_impl.h31 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override {};
H A Dcheckbox_model_impl.h33 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override {};
H A Dradio_model_impl.h33 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override;
H A Dtoggle_model_impl.h34 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override {};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dtoggle_model_ng.h50 void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) override;
69 static void SetResponseRegion(FrameNode* frameNode, const std::vector<DimensionRect>& responseRegion);
H A Dtoggle_model.h54 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) = 0;
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dpost_event_manager_test_ng.cpp90 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 Dselect_overlay_pattern.cpp135 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 Dcheckboxgroup_model.h42 virtual void SetResponseRegion(const std::vector<DimensionRect>& responseRegion) {}; in SetResponseRegion()

Completed in 10 milliseconds

12345