Home
last modified time | relevance | path

Searched refs:OutOfRectTouchCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h47 using OutOfRectTouchCallback = std::function<void(void)>; variable
51 RectCallback(OutOfRectGetRectCallback rectGetCallback, OutOfRectTouchCallback touchCallback, in RectCallback()
58 OutOfRectTouchCallback touchCallback;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h799 …void AddRectCallback(OutOfRectGetRectCallback& getRectCallback, OutOfRectTouchCallback& touchCallb… in AddRectCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp782 OutOfRectTouchCallback outRectCallback = [weak = WeakClaim(this)]() { in AddOutOfRectCallbackToContext()