Searched refs:insertTouchHandle (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 683 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> insertTouchHandle = in RunQuickMenu() local 689 WebOverlayType overlayType = GetTouchHandleOverlayType(insertTouchHandle, in RunQuickMenu() 692 insertHandle_ = insertTouchHandle; in RunQuickMenu() 698 textOverlay_ = CreateTextOverlay(insertTouchHandle, beginTouchHandle, endTouchHandle); in RunQuickMenu() 705 IsTouchHandleShow(insertTouchHandle) : IsTouchHandleShow(beginTouchHandle); in RunQuickMenu() 707 IsTouchHandleShow(insertTouchHandle) : IsTouchHandleShow(endTouchHandle); in RunQuickMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 3941 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> insertTouchHandle, in UpdateRunQuickMenuSelectInfo() argument 3948 selectInfo.firstHandle.paintRect = ComputeTouchHandleRect(insertTouchHandle); in UpdateRunQuickMenuSelectInfo() 3949 CheckHandles(selectInfo.firstHandle, insertTouchHandle); in UpdateRunQuickMenuSelectInfo() 4043 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> insertTouchHandle = in RunQuickMenu() local 4049 …WebOverlayType overlayType = GetTouchHandleOverlayType(insertTouchHandle, beginTouchHandle, endTou… in RunQuickMenu() 4068 …UpdateRunQuickMenuSelectInfo(selectInfo, params, insertTouchHandle, beginTouchHandle, endTouchHand… in RunQuickMenu() 4083 insertHandle_ = insertTouchHandle; in RunQuickMenu()
|
H A D | web_pattern.h | 985 std::shared_ptr<OHOS::NWeb::NWebTouchHandleState> insertTouchHandle,
|