Home
last modified time | relevance | path

Searched refs:IsResponseRegionExpandingNeededForStylus (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp293 auto ret = pattern_->IsResponseRegionExpandingNeededForStylus(touchEvent);
296 ret = pattern_->IsResponseRegionExpandingNeededForStylus(touchEvent);
300 ret = pattern_->IsResponseRegionExpandingNeededForStylus(touchEvent);
304 ret = pattern_->IsResponseRegionExpandingNeededForStylus(touchEvent);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testtwo_ng.cpp163 ret = richEditorPattern->IsResponseRegionExpandingNeededForStylus(touchEvent);
180 ret = richEditorPattern->IsResponseRegionExpandingNeededForStylus(touchEvent);
198 ret = richEditorPattern->IsResponseRegionExpandingNeededForStylus(touchEvent);
390 ret = richEditorPattern->IsResponseRegionExpandingNeededForStylus(touchEvent);
409 ret = richEditorPattern->IsResponseRegionExpandingNeededForStylus(touchEvent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h626 virtual bool IsResponseRegionExpandingNeededForStylus(const TouchEvent& touchEvent) const in IsResponseRegionExpandingNeededForStylus() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1404 bool IsResponseRegionExpandingNeededForStylus(const TouchEvent& touchEvent) const override;
H A Dtext_field_pattern.cpp8497 bool TextFieldPattern::IsResponseRegionExpandingNeededForStylus(const TouchEvent& touchEvent) const in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h910 bool IsResponseRegionExpandingNeededForStylus(const TouchEvent& touchEvent) const override;
H A Drich_editor_pattern.cpp10759 bool RichEditorPattern::IsResponseRegionExpandingNeededForStylus(const TouchEvent& touchEvent) const in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2609 if (pattern_->IsResponseRegionExpandingNeededForStylus(touchEvent)) { in IsOutOfTouchTestRegion()
2683 if (pattern_->IsResponseRegionExpandingNeededForStylus(touchRestrict.touchEvent)) { in TouchTest()