Home
last modified time | relevance | path

Searched defs:hostPattern (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_input_response_area.h32 TextInputResponseArea(const WeakPtr<Pattern>& hostPattern) : hostPattern_(hostPattern) {} in TextInputResponseArea()
63 PasswordResponseArea(const WeakPtr<Pattern>& hostPattern, bool isObscured) in PasswordResponseArea()
86 auto hostPattern = hostPattern_.Upgrade(); in ClearArea() local
122 UnitResponseArea(const WeakPtr<Pattern>& hostPattern, const RefPtr<NG::UINode>& unitNode) in UnitResponseArea()
141 auto hostPattern = hostPattern_.Upgrade(); in ClearArea() local
158 … CleanNodeResponseArea(const WeakPtr<Pattern>& hostPattern) : TextInputResponseArea(hostPattern) {} in CleanNodeResponseArea()
Dtext_input_response_area.cpp495 auto hostPattern = hostPattern_.Upgrade(); in ClearArea() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
Drich_editor_drag_overlay_modifier.h33 const WeakPtr<OHOS::Ace::NG::Pattern>& pattern, const WeakPtr<TextPattern>& hostPattern) in RichEditorDragOverlayModifier()
Drich_editor_drag_pattern.cpp29 auto hostPattern = hostNode->GetPattern<TextDragBase>(); in CreateDragNode() local
60 auto hostPattern = hostNode->GetPattern<TextDragBase>(); in CreateDragNode() local
Drich_editor_drag_pattern.h34 …explicit RichEditorDragPattern(const RefPtr<TextPattern>& hostPattern) : hostPattern_(hostPattern)… in RichEditorDragPattern()
Drich_editor_drag_overlay_modifier.cpp47 auto hostPattern = hostPattern_.Upgrade(); in onDraw() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Dsession_wrapper_factory.cpp24 const WeakPtr<UIExtensionPattern>& hostPattern, int32_t instanceId, bool isTransferringCaller) in CreateSessionWrapper()
Dsession_wrapper_impl.cpp38 UIExtensionLifecycleListener(int32_t instanceId, const WeakPtr<UIExtensionPattern>& hostPattern) in UIExtensionLifecycleListener()
118 const WeakPtr<UIExtensionPattern>& hostPattern, int32_t instanceId, bool isTransferringCaller) in SessionWrapperImpl()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
Dtext_drag_pattern.cpp67 auto hostPattern = hostNode->GetPattern<TextDragBase>(); in CreateDragNode() local
89 TextDragData TextDragPattern::CalculateTextDragData(RefPtr<TextDragBase>& hostPattern, RefPtr<Frame… in CalculateTextDragData()
/foundation/arkui/ace_engine/test/unittest/core/event/
Dgesture_event_hub_test_ng.cpp1259 auto hostPattern = frameNode->GetPattern<TextDragBase>(); variable
1315 auto hostPattern = frameNode->GetPattern<TextDragBase>(); variable
1374 auto hostPattern = frameNode->GetPattern<TextDragBase>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dgesture_event_hub.cpp688 auto hostPattern = frameNode->GetPattern<TextDragBase>(); in HandleOnDragStart() local